From 336478c2e05dd6e4a2078aafe9a81b387b46a7a5 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 23 Jan 2025 16:22:10 -0500 Subject: [PATCH] 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> --- .../local/emhttp/plugins/dynamix.my.servers/include/state.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/state.php b/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/state.php index 8fe37f6a9..29e508087 100644 --- a/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/state.php +++ b/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/include/state.php @@ -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()