fix: 修改 login_button

pull/10074/head
Bai 2023-03-24 17:02:11 +08:00 committed by Jiangjie.Bai
parent 55e1ef116b
commit 30ab6836ab
3 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ class Protocol(ChoicesMixin, models.TextChoices):
'setting': {
'username_selector': 'name=username',
'password_selector': 'name=password',
'submit_selector': 'id=longin_button',
'submit_selector': 'id=login_button',
}
},
}

View File

@ -24,6 +24,6 @@ class WebSerializer(AssetSerializer):
'default': 'name=password'
},
'submit_selector': {
'default': 'id=longin_button',
'default': 'id=login_button',
},
}

View File

@ -24,7 +24,7 @@
"autofill": "basic",
"username_selector": "name=username",
"password_selector": "name=password",
"submit_selector": "id=longin_button",
"submit_selector": "id=login_button",
"script": []
},
"org_id": "2925D985-A435-411D-9BC4-FEA630F105D9"