service area picker

This commit is contained in:
hamid zarghami
2025-11-23 09:49:49 +03:30
parent 42960e581a
commit c984e719d7
6 changed files with 318 additions and 13 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ axiosInstance.interceptors.response.use(
} else {
await removeRefreshToken();
await removeToken();
window.location.href = `/`;
// window.location.href = `/`;
return;
}
} catch (refreshError) {