mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
yubikey nfc true by default
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user