tring to put token

This commit is contained in:
2026-02-25 19:27:04 -06:00
parent b0d186784f
commit b7aa2fa66b
5 changed files with 71 additions and 12 deletions
-1
View File
@@ -36,7 +36,6 @@ apiClient.interceptors.response.use(
if (status === 401) {
Cookies.remove("token");
Cookies.remove("user");
}
if (status === 403) {