diff --git a/api/services/feature_service.py b/api/services/feature_service.py index 859bae1cd4d1bd..d5d9a9fb2ccbce 100644 --- a/api/services/feature_service.py +++ b/api/services/feature_service.py @@ -134,3 +134,5 @@ def _fulfill_params_from_enterprise(cls, features): features.sso_enforced_for_web_protocol = enterprise_info["sso_enforced_for_web_protocol"] features.enable_email_code_login = enterprise_info["enable_email_code_login"] features.enable_email_password_login = enterprise_info["enable_email_password_login"] + features.is_allow_register = enterprise_info["is_allow_register"] + features.is_allow_create_workspace = enterprise_info["is_allow_create_workspace"]