1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-10-05 05:08:14 +02:00

back to int enum values to math identity response

This commit is contained in:
Kyle Spearrin 2017-01-28 17:25:53 -05:00
parent cf7e7a04da
commit 5bce6095a4

View File

@ -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;