temp output for debug

This commit is contained in:
Carter 2024-10-30 11:02:33 -06:00
parent c89ef8d48a
commit 09b9d3bb9a
2 changed files with 5 additions and 0 deletions

View file

@ -20,6 +20,7 @@ export default function AuthWrapper(props: Props) {
if (t.length < 1) {
loginWithRedirect()
}
console.log("Token: ", t)
setToken(t)
}).catch(() => {
// No token, go back to login