diff --git a/src/App/App.tsx b/src/App/App.tsx index 1cfbeac..6e343fd 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -43,7 +43,7 @@ function ContextualizedApp() { oidcClient.isUserLoggedIn ? <>
{JSON.stringify(jwt_decode(oidcClient.accessToken))}+
{JSON.stringify(jwt_decode(oidcClient.accessToken), null, 2)}> :