From e85c83fb39f60377413079a7f5e89c59226d91cb Mon Sep 17 00:00:00 2001 From: Krishnan Subramanian <84348052+krishnan-aot@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:26:23 -0800 Subject: [PATCH] Update App.tsx Signed-off-by: Krishnan Subramanian <84348052+krishnan-aot@users.noreply.github.com> --- frontend/src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 1d422791e..899f3d2fa 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -41,6 +41,7 @@ const authority = const client_id = import.meta.env.VITE_KEYCLOAK_AUDIENCE || envConfig.VITE_KEYCLOAK_AUDIENCE; + /** * The OIDC Configuration needed for authentication. */