feat: implement authentication modules and add daily statistics dashboard component
Build and Release / release (push) Successful in 28s
Build and Release / release (push) Successful in 28s
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user