Skip to content

Commit

Permalink
fix: tweak regex to match the form attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dbajpeyi committed Dec 5, 2024
1 parent 6f030e6 commit 0d05868
Show file tree
Hide file tree
Showing 8 changed files with 742 additions and 348 deletions.
453 changes: 325 additions & 128 deletions dist/autofill-debug.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions 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
134 changes: 67 additions & 67 deletions src/deviceApiCalls/__generated__/validators.zod.js

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

Loading

0 comments on commit 0d05868

Please sign in to comment.