Loading lib/Service/SSOService.php +0 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
lib/Service/SSOService.php +0 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading