fix: bad field name

This commit is contained in:
GareArc 2025-04-09 17:21:16 -04:00
parent e9a207b38e
commit cbea30e65f
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ class FeatureService:
features.branding.favicon = enterprise_info["Branding"].get("favicon", "")
if "WebAppAuth" in enterprise_info:
features.webapp_auth.allow_sso = enterprise_info["WebAppAuth"].get("allowSSO", False)
features.webapp_auth.allow_sso = enterprise_info["WebAppAuth"].get("allowSso", False)
features.webapp_auth.allow_email_code_login = enterprise_info["WebAppAuth"].get(
"allowEmailCodeLogin", False
)