Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 36c0b64

Browse files
#630 - debug statements
1 parent be741b9 commit 36c0b64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/Router.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ export default function AppRouter() {
3030
}
3131

3232
(async () => {
33+
console.log("Getting token in router");
3334
try {
3435
await getFreshToken();
36+
console.log("Received token in router");
3537

3638
setLoading(false);
3739
} catch (error) {

0 commit comments

Comments
 (0)