fix enabled

This commit is contained in:
Kyle Spearrin 2019-03-07 23:54:52 -05:00
parent 79fea92b81
commit 650ab56353
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export class TwoFactorYubiKeyResponse extends BaseResponse {
constructor(response: any) {
super(response);
this.enabled = this.getResponseProperty('Enable');
this.enabled = this.getResponseProperty('Enabled');
this.key1 = this.getResponseProperty('Key1');
this.key2 = this.getResponseProperty('Key2');
this.key3 = this.getResponseProperty('Key3');