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
1 changed files with 1 additions and 1 deletions

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;