fix: [keycloak sync] not needed on user index
- was a test that was left inpull/116/head
parent
f69456d8f3
commit
f4b33d1852
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in New Issue