Skip to content

Commit

Permalink
feat: update fulfill_params_from_enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouhaoJiang committed Oct 17, 2024
1 parent dd1ca37 commit 5c8d149
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/services/feature_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 5c8d149

Please sign in to comment.