Someone forgot a console.log
This commit is contained in:
@@ -17,7 +17,6 @@ export function useClient() {
|
||||
// Proactively check and refresh token if needed
|
||||
if (authStore.isAuthenticated) {
|
||||
try {
|
||||
console.log('within api call')
|
||||
await authStore.ensureValidToken();
|
||||
} catch (error) {
|
||||
console.error('Failed to ensure valid token:', error);
|
||||
|
||||
Reference in New Issue
Block a user