From 09b9d3bb9aa723ed0bc587354e47a7d067f692d3 Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 30 Oct 2024 11:02:33 -0600 Subject: [PATCH] temp output for debug --- src/app/AuthHTTPWrapper.tsx | 4 ++++ src/providers/auth.tsx | 1 + 2 files changed, 5 insertions(+) diff --git a/src/app/AuthHTTPWrapper.tsx b/src/app/AuthHTTPWrapper.tsx index ef9f07a..6b0533f 100644 --- a/src/app/AuthHTTPWrapper.tsx +++ b/src/app/AuthHTTPWrapper.tsx @@ -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 ( { // No token, go back to login