mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
back to int enum values to math identity response
This commit is contained in:
parent
cf7e7a04da
commit
5bce6095a4
@ -16,7 +16,7 @@ var TokenRequest = function (email, masterPasswordHash, token, device) {
|
||||
this.email = email;
|
||||
this.masterPasswordHash = masterPasswordHash;
|
||||
this.token = token;
|
||||
this.provider = 'Authenticator';
|
||||
this.provider = 0; // 0 = Authenticator
|
||||
this.device = null;
|
||||
if (device) {
|
||||
this.device = device;
|
||||
|
Loading…
Reference in New Issue
Block a user