fix unrecognized field on password setup
This commit is contained in:
parent
ef7684f02b
commit
5dffbeaa69
|
|
@ -145,7 +145,7 @@ class OrganizationsService
|
|||
$adminUOs = $this->uoRepository->findBy(['organization' => $data['organization'], 'isActive' => true]);
|
||||
|
||||
foreach ($adminUOs as $adminUO) {
|
||||
$uoa = $this->entityManager->getRepository(UserOrganizationApp::class)
|
||||
$uoa = $this->entityManager->getRepository(UsersOrganizations::class)
|
||||
->findOneBy([
|
||||
'userOrganization' => $adminUO,
|
||||
'role' => $roleAdmin,
|
||||
|
|
|
|||
Loading…
Reference in New Issue