We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c351b54 commit 6be5a2aCopy full SHA for 6be5a2a
src/core/AppContent.tsx
@@ -371,7 +371,9 @@ export default function AppContent({
371
tokens.expiresAt > now + 2 * 60 * 1000
372
) {
373
if (refreshPendingRef.current) {
374
- console.log("Token refresh already in progress, skipping duplicate refresh");
+ console.log(
375
+ "Token refresh already in progress, skipping duplicate refresh",
376
+ );
377
return;
378
}
379
console.log("Preemptively refreshing token before it expires");
0 commit comments