got rid of logs
This commit is contained in:
parent
4670dc4ecc
commit
4fd156f663
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ export default function AuthWrapper(props: Props) {
|
||||||
if (t.length < 1) {
|
if (t.length < 1) {
|
||||||
loginWithRedirect()
|
loginWithRedirect()
|
||||||
}
|
}
|
||||||
console.log("Token: ", t)
|
|
||||||
setToken(t)
|
setToken(t)
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
// No token, go back to login
|
// No token, go back to login
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue