temp output for debug
This commit is contained in:
parent
c89ef8d48a
commit
09b9d3bb9a
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue