fix: [keycloak sync] not needed on user index

- was a test that was left in
pull/116/head
iglocska 2022-11-11 10:07:35 +01:00
parent f69456d8f3
commit f4b33d1852
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ class UsersController extends AppController
public function index()
{
$this->Users->updateMappers();
$currentUser = $this->ACL->getUser();
$conditions = [];
if (empty($currentUser['role']['perm_admin'])) {