Remove beta note for 2FA

Monish C Mohan committed Oct 25, 2022 at 20:34 UTC e9fad07eb31e4fe6a8b3b503f4ae47bcd9b322b7
2 files changed -12
content/getting-started/setting-up-your-npm-user-account/about-two-factor-authentication.mdx
-6
@@ -9,12 +9,6 @@ redirect_from: [ /getting-started/using-two-factor-authentication ]
9 * Something you have (e.g., an ID badge or a cryptographic key).
10 * Something you are (e.g., a fingerprint or other biometric data).
11
12 -<Note>
13 -
14 -**Note**: The security-key flow using [WebAuthn][webauthn] is currently in beta.
15 -
16 -</Note>
17 -
12 When you enable 2FA, you will be prompted for a second form of authentication before performing certain actions on your account or packages to which you have write access. Depending on your 2FA configuration you will be either prompted to authenticate with a [security-key][webauthn] or a [time-based one-time password (TOTP)][totp].
13
14 * The security-key flow allows you to use biometric devices such as Apple [Touch ID][touch-id], [Face ID][face-id] or [Windows Hello][windows-hello] as well as physical keys such as [Yubikey][yubikey], [Thetis][thetis] or [Feitian][feitian] as your 2FA.
content/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx
-6
@@ -5,12 +5,6 @@ import shared from '../../../src/shared.js'
5
6 You can enable two-factor authentication (2FA) on your npm user account to protect against unauthorized access to your account and packages, either by using a [security-key][webauthn] or [time-based one-time password (TOTP)][totp] from a mobile app.
7
8 -<Note>
9 -
10 -**Note**: The security-key flow using [WebAuthn][webauthn] is currently in beta.
11 -
12 -</Note>
13 -
8 ## Prerequisites
9
10 Before you enable 2FA on your npm user account, you must: