Skip to content

Commit 6be5a2a

Browse files
prettier
1 parent c351b54 commit 6be5a2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/core/AppContent.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,9 @@ export default function AppContent({
371371
tokens.expiresAt > now + 2 * 60 * 1000
372372
) {
373373
if (refreshPendingRef.current) {
374-
console.log("Token refresh already in progress, skipping duplicate refresh");
374+
console.log(
375+
"Token refresh already in progress, skipping duplicate refresh",
376+
);
375377
return;
376378
}
377379
console.log("Preemptively refreshing token before it expires");

0 commit comments

Comments
 (0)