diff --git a/src/views/home.ts b/src/views/home.ts index e4ac0bf..c3edc02 100644 --- a/src/views/home.ts +++ b/src/views/home.ts @@ -106,6 +106,7 @@ const render_logged_in = ( ): string => { const roles = userinfo.roles; const amr = idtoken.amr; + const custom = userinfo.custom; return `
@@ -143,6 +144,16 @@ const render_logged_in = (
+
+
+
+

Données personnalisées

+
    +
  • Custom :
    ${escape_html(JSON.stringify(custom, null, 2))}
  • +
+
+
+