feat: implement authentication modules and add daily statistics dashboard component
Build and Release / release (push) Successful in 28s

This commit is contained in:
2026-05-14 11:40:37 +07:00
parent 6363377b9a
commit a7c3aecc6e
9 changed files with 70 additions and 26 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ api.interceptors.response.use(
isRefreshing = true;
try {
await axios.post(`${baseURL}/auth/refresh`, {}, { withCredentials: true });
await axios.post(`${baseURL}/auth/refresh`, undefined, { withCredentials: true });
processQueue(null);