Skip to content

Commit e7ce9f9

Browse files
committed
fix(auth): redirect to admin/login
1 parent 1886773 commit e7ce9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/composables/auth.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function useSafeRedirectToLogin(route: ReturnType<typeof useRoute>) {
88
}
99
nextURLCookie.value = nextURL;
1010

11-
return navigateTo('/login');
11+
return navigateTo('/admin/login');
1212
};
1313

1414
const redirectPostLogin = () => {

0 commit comments

Comments
 (0)