We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1886773 commit e7ce9f9Copy full SHA for e7ce9f9
app/composables/auth.ts
@@ -8,7 +8,7 @@ export function useSafeRedirectToLogin(route: ReturnType<typeof useRoute>) {
8
}
9
nextURLCookie.value = nextURL;
10
11
- return navigateTo('/login');
+ return navigateTo('/admin/login');
12
};
13
14
const redirectPostLogin = () => {
0 commit comments