1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00
This commit is contained in:
Kyle Spearrin
2018-07-21 09:50:50 -04:00
parent c2603c3f53
commit a8f28af2b3
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ import { TwoFactorBaseComponent } from './two-factor-base.component';
export class TwoFactorYubiKeyComponent extends TwoFactorBaseComponent {
type = TwoFactorProviderType.Yubikey;
keys: any[];
nfc = true;
nfc = false;
formPromise: Promise<any>;
disablePromise: Promise<any>;