🐛 fix (auth): fix logout redirection path

This commit is contained in:
Abizrh
2025-08-07 15:29:02 +07:00
parent ad1bad719a
commit 8f6c386bbb
+1 -1
View File
@@ -12,7 +12,7 @@ defineProps<{
const { isMobile } = useSidebar()
function handleLogout() {
navigateTo('/login')
navigateTo('/auth/login')
}
const showModalTheme = ref(false)