yubikey nfc true by default

This commit is contained in:
Kyle Spearrin 2018-07-21 09:28:59 -04:00
parent 949433b65f
commit c2603c3f53
1 changed files with 1 additions and 1 deletions

View File

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