From 94a3d8faa5340f64eb38945e4dcc505537a63978 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 11 Aug 2026 20:32:45 +0200 Subject: [PATCH] feat: logout --- src/components/Navbar/Navbar.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Navbar/Navbar.vue b/src/components/Navbar/Navbar.vue index 9c1bfc4..cf942b1 100644 --- a/src/components/Navbar/Navbar.vue +++ b/src/components/Navbar/Navbar.vue @@ -2,6 +2,7 @@ const { locales, setLocale } = useI18n(); const me = useMeStore(); +const authStore = useAuthStore(); const user = computed(() => me.user); const widgetOpen = ref(false); @@ -508,11 +509,12 @@ onMounted(() => { {{ $t("nav.accountWidget.settings") }} - - - +