mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
persist user profile information
This commit is contained in:
@@ -32,9 +32,9 @@ var PasswordHintRequest = function (email) {
|
||||
this.email = email;
|
||||
};
|
||||
|
||||
var TokenTwoFactorRequest = function () {
|
||||
this.code = null;
|
||||
this.provider = null;
|
||||
var TokenTwoFactorRequest = function (code) {
|
||||
this.code = code;
|
||||
this.provider = "Authenticator";
|
||||
this.device = null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user