@@ -346,6 +346,9 @@ |
||
| 346 | 346 | $this->smsService->clearSmsVerificationState(); |
| 347 | 347 | } |
| 348 | 348 | |
| 349 | + /** |
|
| 350 | + * @param string $identityNameId |
|
| 351 | + */ |
|
| 349 | 352 | private function determineInstitutionsByIdentityNameId($identityNameId) |
| 350 | 353 | { |
| 351 | 354 | return $this->secondFactorRepository->getAllInstitutions($identityNameId); |