diff --git a/src/providers/auth.tsx b/src/providers/auth.tsx index b9b7da7..e66829a 100644 --- a/src/providers/auth.tsx +++ b/src/providers/auth.tsx @@ -20,7 +20,6 @@ export default function AuthWrapper(props: Props) { if (t.length < 1) { loginWithRedirect() } - console.log("Token: ", t) setToken(t) }).catch(() => { // No token, go back to login