Replace basic auth with session login
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user