diff --git a/src/services/ui/src/pages/profile/index.tsx b/src/services/ui/src/pages/profile/index.tsx index 39bb4f717d..0634a9b49f 100644 --- a/src/services/ui/src/pages/profile/index.tsx +++ b/src/services/ui/src/pages/profile/index.tsx @@ -6,6 +6,7 @@ import config from "@/config"; export const Profile = () => { const { data } = useGetUser(); + console.info("user data", data); // Returns comma-separated string of user role descriptions: function rolesDescriptions(roles: string | undefined) { @@ -64,7 +65,6 @@ export const Profile = () => {

Role

{rolesDescriptions(data?.user?.["custom:cms-roles"])}

-

{data?.user?.["custom:cms-roles"]}