Skip to content

Commit

Permalink
Remove class search by "user"
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Mar 30, 2024
1 parent 73e5579 commit 3e9370e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/inputPatterns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ const USERNAMES_OPTIONAL_TEXT = [
"input[name*=login i]",
"input[id*=email i]",
"input[id*=login i]",
"input[formcontrolname*=user i]",
"input[class*=user i]"
"input[formcontrolname*=user i]"
].reduce(
(queries, next) => [
...queries,
Expand Down

0 comments on commit 3e9370e

Please sign in to comment.