Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa444a7e authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

chore: fix typo

parent b9e5b837
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);