mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
feat:sso login boolean
This commit is contained in:
@@ -18,5 +18,5 @@ echo $wcExtractor->getScriptTagHtml();
|
||||
?>
|
||||
|
||||
<unraid-i18n-host>
|
||||
<unraid-sso-button ssoenabled="<?= $serverState->ssoEnabled ?>"></unraid-sso-button>
|
||||
<unraid-sso-button ssoenabled="<?= $serverState->ssoEnabled ? "true" : "false" ?>"></unraid-sso-button>
|
||||
</unraid-i18n-host>
|
||||
Reference in New Issue
Block a user