perf: client auth changed

This commit is contained in:
ibuler
2025-05-16 18:49:01 +08:00
committed by 老广
parent f9245e17cd
commit 14c5162153
10 changed files with 17 additions and 20 deletions

View File

@@ -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'),