mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
password hint
This commit is contained in:
@@ -28,8 +28,8 @@ var RegisterRequest = function () {
|
||||
this.masterPasswordHint = null;
|
||||
};
|
||||
|
||||
var PasswordHintRequest = function () {
|
||||
this.email = null;
|
||||
var PasswordHintRequest = function (email) {
|
||||
this.email = email;
|
||||
};
|
||||
|
||||
var TokenTwoFactorRequest = function () {
|
||||
|
||||
Reference in New Issue
Block a user