Skip to content

Commit

Permalink
Add 'alias' as a valid identifier for a username field
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Oct 19, 2019
1 parent 250edc7 commit 917a1ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@
"input[name*=login i]",
"input[name*=user i]",
"input[name*=email i]",
"input[name*=alias i]",
"input[id*=login i]",
"input[id*=user i]",
"input[id*=email i]",
"input[id*=alias i]",
"input[class*=login i]",
"input[class*=user i]",
"input[class*=email i]",
"input[class*=alias i]",
"input[type=email i]",
"input[type=text i]",
"input[type=tel i]"
Expand Down

0 comments on commit 917a1ac

Please sign in to comment.