From e0ce5d388595b5340ae05b9614f3f324b8441131 Mon Sep 17 00:00:00 2001 From: garronej Date: Sat, 4 Mar 2023 22:14:45 +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 1cfbeac..6e343fd 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))}
+
{JSON.stringify(jwt_decode(oidcClient.accessToken), null, 2)}
: