From b6f7521130c16e27e269a66cbbad8e605b8d961a Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 4 Mar 2023 22:23:27 +0100 Subject: [PATCH] Better formating --- src/App/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/App.tsx b/src/App/App.tsx index 6e343fd..a89eb9e 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -43,7 +43,7 @@ function ContextualizedApp() { oidcClient.isUserLoggedIn ? <>

You are authenticated !

-
{JSON.stringify(jwt_decode(oidcClient.accessToken), null, 2)}
+
{JSON.stringify(jwt_decode(oidcClient.accessToken), null, 2)}
: