From d83a6ca363581b240c80173c82d06f492ce975d7 Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Wed, 14 May 2025 17:57:02 +0700 Subject: [PATCH] add keycloak --- src/controllers/ProfileController.ts | 2 ++ 1 file changed, 2 insertions(+) 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,