implemented logout

This commit is contained in:
2025-09-28 16:29:24 -06:00
parent 56792596bb
commit 715ea29c39
7 changed files with 47 additions and 10 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
{{ else }}
You are logged in as <b>{{ .CurrentUser().Username }}</b>
<span class="mx-2">-</span>
<a href="/TODO/logout" class="text-yellow-300 hover:text-yellow-400">Log Out</a>
<a href="/logout" class="text-yellow-300 hover:text-yellow-400">Log Out</a>
<span class="mx-2">|</span>
<a href="/TODO/profile" class="text-yellow-300 hover:text-yellow-400">Profile</a>
{{ end }}