Loading lib/Db/SSOMapper.php +3 −1 Original line number Diff line number Diff line Loading @@ -31,8 +31,10 @@ class SSOMapper { $this->logger = $logger; $this->userManager = $userManager; $this->crypto = $crypto; if (!empty($this->config->getSystemValue(self::SSO_CONFIG_KEY))) { $this->initConnection(); } } public function isSSOEnabled() : bool { return isset($this->conn); Loading Loading
lib/Db/SSOMapper.php +3 −1 Original line number Diff line number Diff line Loading @@ -31,8 +31,10 @@ class SSOMapper { $this->logger = $logger; $this->userManager = $userManager; $this->crypto = $crypto; if (!empty($this->config->getSystemValue(self::SSO_CONFIG_KEY))) { $this->initConnection(); } } public function isSSOEnabled() : bool { return isset($this->conn); Loading