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

Issue 630 #659

Merged
merged 2 commits into from
Oct 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
#630 - debug statements
  • Loading branch information
callmekatootie committed Oct 7, 2020
commit 36c0b647c4054fd4d29a16d13d1a15a28c4d3087
2 changes: 2 additions & 0 deletions client/src/Router.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ export default function AppRouter() {
}

(async () => {
console.log("Getting token in router");
try {
await getFreshToken();
console.log("Received token in router");

setLoading(false);
} catch (error) {
Expand Down