mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat: Update plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/state.php
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -202,7 +202,7 @@ class ServerState
|
||||
$this->registered = !empty($this->myServersFlashCfg['remote']['apikey']) && $this->connectPluginInstalled;
|
||||
$this->registeredTime = $this->myServersFlashCfg['remote']['regWizTime'] ?? '';
|
||||
$this->username = $this->myServersFlashCfg['remote']['username'] ?? '';
|
||||
$this->ssoEnabled = $this->myServersFlashCfg['remote']['ssoSubIds'] !== '';
|
||||
$this->ssoEnabled = !empty($this->myServersFlashCfg['remote']['ssoSubIds'] ?? '');
|
||||
}
|
||||
|
||||
private function getConnectKnownOrigins()
|
||||
|
||||
Reference in New Issue
Block a user