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

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

chore: remove unwanted code

parent 0a1b82c8
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -90,10 +90,8 @@ class SSOService {
			$this->getUserId($username);
		}

		$language = $this->config->getUserValue($username, 'core', 'lang', 'en');
		$url = $this->ssoConfig['admin_rest_api_url'] . self::USERS_ENDPOINT . '/' . $this->currentUserId . '/logout';


		$this->logger->debug('logout calling SSO API with url: '. $url);
		$this->callSSOAPI($url, 'POST', [], 201);
	}