fix: [kc] attribute update fixed

develop-unstable
iglocska 2022-12-14 06:46:42 +01:00
parent 675cac8944
commit d4c827c662
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 4 deletions

View File

@ -235,10 +235,6 @@ class AuthKeycloakBehavior extends Behavior
$user['organisation'] = $this->_table->Organisations->find()->where([
'id' => $user['organisation_id']
])->first();
$user['meta_fields'] = $this->_table->MetaFields->find()->where([
'scope' => 'user',
'parent_id' => $user['id']
])->all()->toArray();
$users = [$user->toArray()];
$clientId = $this->getClientId();