fix: [users] handle saving of a user without KC

pull/122/head
iglocska 2022-12-16 15:32:29 +01:00
parent 05fad73f30
commit 256bfa8702
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ class UsersTable extends AppTable
public function handleUserUpdateRouter(\App\Model\Entity\User $user): bool
{
if (!empty(Configure::read('keycloak'))) {
if (!empty(Configure::read('keycloak.enabled'))) {
$success = $this->handleUserUpdate($user);
// return $success;
}