temp output for debug

This commit is contained in:
Carter 2024-10-30 11:02:33 -06:00
parent c89ef8d48a
commit 09b9d3bb9a
2 changed files with 5 additions and 0 deletions

View file

@ -16,6 +16,10 @@ function AuthHTTPWrapper() {
let client_id = import.meta.env.VITE_AUTH0_DEV_CLIENT_ID;
console.log("Domain: ", url)
console.log("Audience: ", audience)
console.log("Client: ", client_id)
return (
<Auth0Provider
domain={or(url, "")}

View file

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