From 8f6c386bbb9dbc390e85c586c2c31797dc922c06 Mon Sep 17 00:00:00 2001 From: Abizrh Date: Thu, 7 Aug 2025 15:29:02 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20(auth):=20fix=20logout=20r?= =?UTF-8?q?edirection=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/layout/SidebarNavFooter.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/layout/SidebarNavFooter.vue b/app/components/layout/SidebarNavFooter.vue index 6cf7d1df..82e8cdfb 100644 --- a/app/components/layout/SidebarNavFooter.vue +++ b/app/components/layout/SidebarNavFooter.vue @@ -12,7 +12,7 @@ defineProps<{ const { isMobile } = useSidebar() function handleLogout() { - navigateTo('/login') + navigateTo('/auth/login') } const showModalTheme = ref(false)