Loading lib/Service/SSOService.php +2 −2 Original line number Diff line number Diff line Loading @@ -183,10 +183,10 @@ class SSOService { return; } $this->retriveUserId($username); $this->retrieveUserId($username); } private function retriveUserId(string $username) { private function retrieveUserId(string $username) { $user = $this->userManager->get($username); if ($user === null) { throw new SSOAdminAPIException('Error: no user exists in cloud with username ' . $username); Loading Loading
lib/Service/SSOService.php +2 −2 Original line number Diff line number Diff line Loading @@ -183,10 +183,10 @@ class SSOService { return; } $this->retriveUserId($username); $this->retrieveUserId($username); } private function retriveUserId(string $username) { private function retrieveUserId(string $username) { $user = $this->userManager->get($username); if ($user === null) { throw new SSOAdminAPIException('Error: no user exists in cloud with username ' . $username); Loading