This commit is contained in:
2025-11-28 19:49:48 -06:00
parent 2ac4044700
commit f465f55a68
3 changed files with 7 additions and 3 deletions
+2
View File
@@ -46,7 +46,9 @@ apiClient.interceptors.response.use(
}
if (status === 403) {
if (typeof window !== "undefined") {
window.location.href = "/Impresiones";
}
}
}
return Promise.reject(error);