fix: [users] handle saving of a user without KC
parent
05fad73f30
commit
256bfa8702
|
@ -264,7 +264,7 @@ class UsersTable extends AppTable
|
||||||
|
|
||||||
public function handleUserUpdateRouter(\App\Model\Entity\User $user): bool
|
public function handleUserUpdateRouter(\App\Model\Entity\User $user): bool
|
||||||
{
|
{
|
||||||
if (!empty(Configure::read('keycloak'))) {
|
if (!empty(Configure::read('keycloak.enabled'))) {
|
||||||
$success = $this->handleUserUpdate($user);
|
$success = $this->handleUserUpdate($user);
|
||||||
// return $success;
|
// return $success;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue