diff options
| author | 2026-07-22 14:51:44 +0200 | |
|---|---|---|
| committer | 2026-07-22 14:51:44 +0200 | |
| commit | 498c79f434856aa68e9a883247ea69a22256fce6 (patch) | |
| tree | 4561647b7f8592f783b4dc07143c60730393b4a1 /authentication/templates/authorize.html | |
| parent | 7784c60c03ec277b456db6e2709383e302d9382b (diff) | |
| download | server-498c79f434856aa68e9a883247ea69a22256fce6.tar.gz server-498c79f434856aa68e9a883247ea69a22256fce6.tar.bz2 server-498c79f434856aa68e9a883247ea69a22256fce6.zip | |
Added auth layer
Diffstat (limited to 'authentication/templates/authorize.html')
| -rw-r--r-- | authentication/templates/authorize.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/authentication/templates/authorize.html b/authentication/templates/authorize.html deleted file mode 100644 index 1ed6506..0000000 --- a/authentication/templates/authorize.html +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | {% extends "./base.html" %} | ||
| 2 | |||
| 3 | {% block content %} | ||
| 4 | <h1>AUTH</h1> | ||
| 5 | {% endblock %} | ||
