Skip to content

Commit

Permalink
Log config values
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Schroer committed Jan 10, 2024
1 parent f5327b0 commit e0aebed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/components/AppProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e0aebed

Please sign in to comment.