update auth store redirect to /auth/login

This commit is contained in:
Justin Edmund 2025-11-30 22:29:08 -08:00
parent a1bcb0e523
commit f79e3f2a10

View file

@ -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