Replace basic auth with session login

This commit is contained in:
2026-08-03 00:25:18 +03:30
parent f5f54bac66
commit 81d816ae54
10 changed files with 501 additions and 69 deletions
+13
View File
@@ -63,6 +63,19 @@
<SharedToggleDark />
<form action="/logout" method="post">
<UiButton
type="submit"
variant="ghost-secondary"
size="xs"
class="h-8 gap-x-1"
aria-label="Sign out of Signal"
>
<span class="i-material-symbols:logout text-lg" />
<span class="hide-on-mobile text-base">Sign out</span>
</UiButton>
</form>
<UiButton
as="a"
variant="ghost-secondary"