diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index f5db921e..1f675d60 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -6785,6 +6785,7 @@ export class ProfileController extends Controller { const _profile: any = { profileId: profile.id, + keycloak: profile.keycloak, prefix: profile.prefix, rank: profile.rank, avatar: profile.avatar, @@ -6943,6 +6944,7 @@ export class ProfileController extends Controller { const _profile: any = { profileId: profile.id, + keycloak: profile.keycloak, prefix: profile.prefix, rank: profile.rank, avatar: profile.avatar,