update auth store redirect to /auth/login
This commit is contained in:
parent
a1bcb0e523
commit
f79e3f2a10
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ function createAuthStore() {
|
||||||
|
|
||||||
// Redirect to login on refresh failure
|
// Redirect to login on refresh failure
|
||||||
if (browser) {
|
if (browser) {
|
||||||
window.location.href = '/login'
|
window.location.href = '/auth/login'
|
||||||
}
|
}
|
||||||
|
|
||||||
return false
|
return false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue