got rid of logs

This commit is contained in:
Carter 2024-10-31 18:04:26 -06:00
parent 4670dc4ecc
commit 4fd156f663

View file

@ -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