Skip to content

Commit

Permalink
adding otp name defaults for microsoft and gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
Cason Adams committed Dec 15, 2021
1 parent 3a86e34 commit c1a3203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ PassFF.Preferences = (function () {
var prefParams = {
passwordInputNames : 'passwd,password,pass',
loginInputNames : 'login,user,mail,email,tel,username,opt_login,log,usr_name',
otpInputNames : 'otp,code',
otpInputNames : 'otp,code,otc,user[otp_attempt]',
buttonInputQueries : 'button:not([type=reset])\ninput[type=submit]\ninput[type=button]\n[role=button]',
loginFieldNames : 'login,user,username,id',
passwordFieldNames : 'passwd,password,pass',
Expand Down

0 comments on commit c1a3203

Please sign in to comment.