From 4fd156f663d48f2c914ea029a168815716e859b9 Mon Sep 17 00:00:00 2001 From: Carter Date: Thu, 31 Oct 2024 18:04:26 -0600 Subject: [PATCH] got rid of logs --- src/providers/auth.tsx | 1 - 1 file changed, 1 deletion(-) 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