fix: [kc] attribute update fixed
parent
675cac8944
commit
d4c827c662
|
@ -235,10 +235,6 @@ class AuthKeycloakBehavior extends Behavior
|
||||||
$user['organisation'] = $this->_table->Organisations->find()->where([
|
$user['organisation'] = $this->_table->Organisations->find()->where([
|
||||||
'id' => $user['organisation_id']
|
'id' => $user['organisation_id']
|
||||||
])->first();
|
])->first();
|
||||||
$user['meta_fields'] = $this->_table->MetaFields->find()->where([
|
|
||||||
'scope' => 'user',
|
|
||||||
'parent_id' => $user['id']
|
|
||||||
])->all()->toArray();
|
|
||||||
|
|
||||||
$users = [$user->toArray()];
|
$users = [$user->toArray()];
|
||||||
$clientId = $this->getClientId();
|
$clientId = $this->getClientId();
|
||||||
|
|
Loading…
Reference in New Issue