mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
two factor page cleanup
This commit is contained in:
@@ -72,6 +72,7 @@ var IdentityTokenResponse = function (response) {
|
||||
|
||||
this.privateKey = response.PrivateKey;
|
||||
this.key = response.Key;
|
||||
this.twoFactorToken = response.TwoFactorToken;
|
||||
};
|
||||
|
||||
var ListResponse = function (data) {
|
||||
|
||||
Reference in New Issue
Block a user