mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-07 18:31:04 +00:00
perf: client auth changed
This commit is contained in:
@@ -20,7 +20,7 @@ class TerminalSettingSerializer(serializers.Serializer):
|
||||
)
|
||||
SECURITY_SERVICE_ACCOUNT_REGISTRATION = serializers.ChoiceField(
|
||||
choices=[
|
||||
('auto', _('Auto(Enabled for the first 5 minutes after startup, then disabled.)')),
|
||||
('auto', _('Auto(Enabled for the first 5 minutes after startup, then disabled)')),
|
||||
(True, _('Enable')), (False, _('Disable'))
|
||||
],
|
||||
required=True, label=_('Registration'),
|
||||
|
Reference in New Issue
Block a user