diff --git a/src/lib/stores/auth.store.ts b/src/lib/stores/auth.store.ts index 833a6d7a..dbf95b04 100644 --- a/src/lib/stores/auth.store.ts +++ b/src/lib/stores/auth.store.ts @@ -104,7 +104,7 @@ function createAuthStore() { // Redirect to login on refresh failure if (browser) { - window.location.href = '/login' + window.location.href = '/auth/login' } return false