diff --git a/src/App.jsx b/src/App.jsx index a8c3e9f7ff4d8ede2d91e7546f7f37e63dd0c533..4b983f234853e40605540e9a1495df5b198aca35 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -48,7 +48,7 @@ const onKeycloakEvent = async (event) => { if (["onAuthRefreshSuccess", "onAuthSuccess"].includes(event)) { Sentry.setUser(keycloak.tokenParsed); - const kcRoles = keycloak.tokenParsed.roles; + const kcRoles = keycloak.tokenParsed.roles || []; let role = null; if (kcRoles.includes("chairman")) {