mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-04 18:37:45 +01:00
yubikey nfc true by default
This commit is contained in:
parent
949433b65f
commit
c2603c3f53
@ -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>;
|
||||||
|
Loading…
Reference in New Issue
Block a user