Skip to content

Commit

Permalink
Merge branch 'main' into dbajpeyi/feature/partial-form-save
Browse files Browse the repository at this point in the history
  • Loading branch information
dbajpeyi authored Dec 6, 2024
2 parents 89b52a8 + ca1722c commit 7e55557
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/autofill-debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/autofill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Form/matching-config/matching-config-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ const matchingConfiguration = {
},
resetPasswordLink: {
match:
"(forgot(ten)?|reset|don't remember) (your )?password|password forgotten" +
"(forgot(ten)?|reset|don't remember).?(your )?password|password forgotten" +
// Italian
'|password dimenticata|reset(?:ta) password|recuper[ao] password' +
// German
Expand Down
2 changes: 1 addition & 1 deletion swift-package/Resources/assets/autofill-debug.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swift-package/Resources/assets/autofill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-forms/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
{ "html": "samash_signup.html" },
{ "html": "financialtimes_login.html", "title": "Login" },
{ "html": "containerstore_login_signup.html" },
{ "html": "containerstore_forgot_password.html", "expectedFailures": ["username"] },
{ "html": "containerstore_forgot_password.html", "expectedFailures": ["password.new"] },
{ "html": "containerstore_newsletter.html" },
{ "html": "containerstore_checkout.html", "expectedSubmitFalsePositives": 1, "expectedSubmitFalseNegatives": 2 },
{ "html": "containerstore_hidden_contact.html" },
Expand Down

0 comments on commit 7e55557

Please sign in to comment.