Skip to content

Commit

Permalink
Remove "email" from the list of field names for username (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd authored Apr 14, 2019
1 parent 59326a8 commit ec3d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ async function parseFields(settings, login) {
// parse lines
login.fields = {
secret: ["secret", "password", "pass"],
login: ["login", "username", "user", "email"],
login: ["login", "username", "user"],
openid: ["openid"],
url: ["url", "uri", "website", "site", "link", "launch"]
};
Expand Down

0 comments on commit ec3d0a6

Please sign in to comment.