diff --git a/app/components/AppProvider.tsx b/app/components/AppProvider.tsx index 010f8b2ad..b37c6b351 100644 --- a/app/components/AppProvider.tsx +++ b/app/components/AppProvider.tsx @@ -42,7 +42,9 @@ export const AppProvider = ({ // to the authObject in sessionStorage. SessionCacher.setAuthObject(authState); }, [authState]); - + console.log("config: ") + console.log(config) + console.log("domain: ", config.AUTH0_DOMAIN); const contextValue = useMemo(() => { const authClient = new auth0.WebAuth({ audience: config.AUTH0_AUDIENCE,