add keycloak
This commit is contained in:
parent
93c65581fa
commit
d83a6ca363
1 changed files with 2 additions and 0 deletions
|
|
@ -6785,6 +6785,7 @@ export class ProfileController extends Controller {
|
||||||
|
|
||||||
const _profile: any = {
|
const _profile: any = {
|
||||||
profileId: profile.id,
|
profileId: profile.id,
|
||||||
|
keycloak: profile.keycloak,
|
||||||
prefix: profile.prefix,
|
prefix: profile.prefix,
|
||||||
rank: profile.rank,
|
rank: profile.rank,
|
||||||
avatar: profile.avatar,
|
avatar: profile.avatar,
|
||||||
|
|
@ -6943,6 +6944,7 @@ export class ProfileController extends Controller {
|
||||||
|
|
||||||
const _profile: any = {
|
const _profile: any = {
|
||||||
profileId: profile.id,
|
profileId: profile.id,
|
||||||
|
keycloak: profile.keycloak,
|
||||||
prefix: profile.prefix,
|
prefix: profile.prefix,
|
||||||
rank: profile.rank,
|
rank: profile.rank,
|
||||||
avatar: profile.avatar,
|
avatar: profile.avatar,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue