This commit is contained in:
2026-04-07 16:20:18 +07:00
parent 91f3b16634
commit e3065e1bf5
16 changed files with 442 additions and 195 deletions

View File

@@ -50,7 +50,7 @@ api.interceptors.response.use(
} catch (refreshErr) {
processQueue(refreshErr)
// window.location.href = "/login"
window.location.href = "/signin"
return Promise.reject(refreshErr)
} finally {