mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 01:40:52 +00:00
fix: 修复修改用户信息后,绑定丢失
perf: 还原提示文案
This commit is contained in:
@@ -9,7 +9,7 @@ class OtherSettingSerializer(serializers.Serializer):
|
||||
)
|
||||
|
||||
OTP_ISSUER_NAME = serializers.CharField(
|
||||
required=False, max_length=1024, label=_('OTP issuer name'),
|
||||
required=False, max_length=16, label=_('OTP issuer name'),
|
||||
)
|
||||
OTP_VALID_WINDOW = serializers.IntegerField(
|
||||
min_value=1, max_value=10,
|
||||
|
Reference in New Issue
Block a user