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

Commit 164c2b51 authored by theronakpatel's avatar theronakpatel
Browse files

reverted to original and addef fix

parent d7ee00f4
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -110,9 +110,6 @@ class SSOService {
			$this->setupUserId($username);
		}

		if (empty($this->currentUserId)) {
			throw new SSOAdminAPIException('Cannot logout: user ID is not set for username ' . $username);
		}

		$url = $this->ssoConfig['admin_rest_api_url'] . self::USERS_ENDPOINT . '/' . $this->currentUserId . '/logout';