diff options
author | Marvin Borner | 2020-10-10 18:37:26 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 18:37:26 +0200 |
commit | 16ebbb932c0b780c11d3e574bc24a515eb095f5f (patch) | |
tree | 1542c555ff8772f20bb4a280dffb5995eaf7103f /auth/public | |
parent | 00409448b34265d976485095eadc579bde5cab57 (diff) |
Fixed navbar if not logged in
Diffstat (limited to 'auth/public')
-rw-r--r-- | auth/public/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth/public/index.html b/auth/public/index.html index b56db07..8273238 100644 --- a/auth/public/index.html +++ b/auth/public/index.html @@ -16,7 +16,6 @@ <body> <div class="pure-menu pure-menu-horizontal"> <a href="/" class="pure-menu-item pure-menu-link">Home</a> - <a href="/auth/api/logout" class="pure-menu-item pure-menu-link">Logout</a> </div> <form class="pure-form pure-form-stacked" action="api/login" method="post"> |