🐛 fix (auth): fix logout redirection path
This commit is contained in:
@@ -12,7 +12,7 @@ defineProps<{
|
||||
const { isMobile } = useSidebar()
|
||||
|
||||
function handleLogout() {
|
||||
navigateTo('/login')
|
||||
navigateTo('/auth/login')
|
||||
}
|
||||
|
||||
const showModalTheme = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user