perf: 修改 protocol 定义

pull/10943/head
ibuler 2023-07-11 17:27:47 +08:00
parent 4caa704abe
commit 61d8328337
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ class Protocol(ChoicesMixin, models.TextChoices):
'secret_types': ['password'],
'setting': {
'autofill': {
'label': _('Autofill'),
'type': 'choice',
'choices': FillType.choices,
'default': 'basic',