Requests tab working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user