Compare commits

...

1 Commits

Author SHA1 Message Date
7875013844 only use sso redirection if sso is enabled
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
2026-02-28 18:08:17 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export CONFIG_JSON_VERSION=v3
export CONFIG_JSON_VERSION=v4

View File

@ -6,7 +6,7 @@
}
},
"sso_redirect_options": {
"immediate": true
"immediate": {{ env "USE_SSO" }}
},
"disable_custom_urls": false,
"disable_guests": true,