Requests tab working

This commit is contained in:
2025-03-10 19:19:48 -04:00
parent 65fb3479fd
commit 439e82b821
17 changed files with 595 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ export function AuthProvider({
const fetchToken = useCallback(async () => {
console.log("Fetching token");
//console.log("Fetching token");
try{
const response = await api.get("/auth/refresh");
//If the token is retrieved