fix: cookies HTTP, logout route prefix, header logout method
Build & Deploy / build (push) Failing after 28s
Build & Deploy / docker (push) Has been skipped

This commit is contained in:
Kevin
2026-07-07 20:35:41 +02:00
parent 75bf7c205a
commit 15d3a13d0a
8 changed files with 9 additions and 6 deletions
+1
View File
@@ -80,6 +80,7 @@ const user = computed(() => {
<Link
href="/auth/logout"
method="post"
class="flex items-center gap-3 px-4 py-2 text-body-sm font-body-sm text-on-surface hover:bg-surface-container-low transition-colors"
>
<span class="material-symbols-outlined text-[20px]">logout</span>