fix: 修复工单流bug 添加登陆审核配置

This commit is contained in:
feng626
2021-09-10 16:08:12 +08:00
committed by Jiangjie.Bai
parent bf6b685e8c
commit 345c0fcf4f
5 changed files with 235 additions and 120 deletions

View File

@@ -111,5 +111,8 @@ class SecuritySettingSerializer(SecurityPasswordRuleSerializer, SecurityAuthSeri
required=True, label=_('Session share'),
help_text=_("Enabled, Allows user active session to be shared with other users")
)
LOGIN_CONFIRM_ENABLE = serializers.BooleanField(
required=False, label=_('Login Confirm'),
help_text=_("After opening, please go to the personal information setting approver")
)