mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 02:23:44 +00:00
feat(two-factor-setup-webauthn): [Auth/PM-4093] Remove warning callout from WebAuthn 2FA modal (#16011)
* feat(two-factor-setup-webauthn): [PM-4093] WebAuthn Support Warning - Remove platform limitation warning from web. * feat(two-factor-setup-authn): [PM-4093] WebAuthn Support Warning - Remove translations for support warning.
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
>
|
||||
{{ "twoStepLoginProviderEnabled" | i18n }}
|
||||
</bit-callout>
|
||||
<bit-callout type="warning">
|
||||
<p bitTypography="body1">{{ "twoFactorWebAuthnWarning1" | i18n }}</p>
|
||||
</bit-callout>
|
||||
<img class="tw-float-right tw-ml-5 mfaType7" alt="FIDO2 WebAuthn logo" />
|
||||
<ul class="bwi-ul">
|
||||
<li *ngFor="let k of keys; let i = index" #removeKeyBtn [appApiAction]="k.removePromise">
|
||||
|
||||
Reference in New Issue
Block a user