diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-18 06:06:24 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-18 06:06:24 -0500 |
| commit | 4a445edcb679345d6d730345a7d5cf39c8b70e6a (patch) | |
| tree | 994693bf293ce1cc584d445c55c859261e4beebe /templates/auth | |
| parent | 229bbf710df29809b7fe0068c45d2c47a1908598 (diff) | |
No logout; let's redirect
Diffstat (limited to 'templates/auth')
| -rw-r--r-- | templates/auth/index.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/auth/index.html b/templates/auth/index.html index 976a7a6..7b5cc03 100644 --- a/templates/auth/index.html +++ b/templates/auth/index.html @@ -29,11 +29,5 @@ CONFIG_SUBST </form> </div> </div> - <div id="lcolonq-auth-logout" class="lcolonq-auth lcolonq-invisible"> - <div class="lcolonq-auth-box"> - <h1>log out?</h1> - <a id="lcolonq-auth-logout-link">yeah</a> - </div> - </div> </body> </html> |
