diff --git a/js/libs/keycloak-masthead/src/Masthead.tsx b/js/libs/keycloak-masthead/src/Masthead.tsx index 5c1d98d943..21888e6c41 100644 --- a/js/libs/keycloak-masthead/src/Masthead.tsx +++ b/js/libs/keycloak-masthead/src/Masthead.tsx @@ -66,7 +66,7 @@ const KeycloakMasthead = ({ ); } - const picture = keycloak.tokenParsed?.picture; + const picture = keycloak.idTokenParsed?.picture; return (