mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix enabled
This commit is contained in:
@@ -11,7 +11,7 @@ export class TwoFactorYubiKeyResponse extends BaseResponse {
|
|||||||
|
|
||||||
constructor(response: any) {
|
constructor(response: any) {
|
||||||
super(response);
|
super(response);
|
||||||
this.enabled = this.getResponseProperty('Enable');
|
this.enabled = this.getResponseProperty('Enabled');
|
||||||
this.key1 = this.getResponseProperty('Key1');
|
this.key1 = this.getResponseProperty('Key1');
|
||||||
this.key2 = this.getResponseProperty('Key2');
|
this.key2 = this.getResponseProperty('Key2');
|
||||||
this.key3 = this.getResponseProperty('Key3');
|
this.key3 = this.getResponseProperty('Key3');
|
||||||
|
|||||||
Reference in New Issue
Block a user