mirror of
https://github.com/bitwarden/browser
synced 2025-01-01 04:38:20 +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 {
|
||||
type = TwoFactorProviderType.Yubikey;
|
||||
keys: any[];
|
||||
nfc = false;
|
||||
nfc = true;
|
||||
|
||||
formPromise: Promise<any>;
|
||||
disablePromise: Promise<any>;
|
||||
|
Loading…
Reference in New Issue
Block a user