Fix: Sign out functionality #95 (#99)

* fix: signout button on user widget

* fix: add comment explaining
This commit is contained in:
DecDuck
2025-06-07 17:26:09 +10:00
committed by GitHub
parent ed90ae2775
commit a199393e29

View File

@ -64,6 +64,8 @@
active ? 'bg-zinc-800 text-zinc-100' : 'text-zinc-400',
'w-full text-left transition block px-4 py-2 text-sm',
]"
:data-comment="'external=true is required because we implemented the signout as a route on the server for performance'"
:external="true"
@click="close"
>
{{ $t("auth.signout") }}