diff --git a/src/app/settings/two-factor-yubikey.component.html b/src/app/settings/two-factor-yubikey.component.html index 3c41c8bb78..64defdfc4c 100644 --- a/src/app/settings/two-factor-yubikey.component.html +++ b/src/app/settings/two-factor-yubikey.component.html @@ -48,8 +48,8 @@ {{'nfcSupport' | i18n}}
- - + +
{{'twoFactorYubikeySupportsNfcDesc' | i18n}} diff --git a/src/app/settings/two-factor-yubikey.component.ts b/src/app/settings/two-factor-yubikey.component.ts index b88715994a..a0d1029ccf 100644 --- a/src/app/settings/two-factor-yubikey.component.ts +++ b/src/app/settings/two-factor-yubikey.component.ts @@ -21,7 +21,7 @@ import { TwoFactorBaseComponent } from './two-factor-base.component'; export class TwoFactorYubiKeyComponent extends TwoFactorBaseComponent { type = TwoFactorProviderType.Yubikey; keys: any[]; - nfc = true; + nfc = false; formPromise: Promise; disablePromise: Promise;