1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

yubikey nfc true by default

This commit is contained in:
Kyle Spearrin 2018-07-21 09:28:59 -04:00
parent 949433b65f
commit c2603c3f53

View File

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