doc: don't use en URL
Myles Borins committed
Nov 18, 2021 at 00:09 UTC
db45ff0cd15364042790bad64a222795921ad987
1 file changed
+1
-1
content/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx
+1
-1
@@ -10,7 +10,7 @@ You can enable two-factor authentication (2FA) on your npm user account to prote
10
Before you enable 2FA on your npm user account, you must:
11
12
* Update your npm client to version 5.5.1 or higher.
13
-* Install an authenticator application that can generate one-time passwords (such as [Authy](https://authy.com/download/), [Google Authenticator](https://support.google.com/accounts/answer/1066447), or [Microsoft Authenticator](https://www.microsoft.com/en-us/security/mobile-authenticator-app)) on a mobile device or second computer that will always be available when you work in your npm account.
13
+* Install an authenticator application that can generate one-time passwords (such as [Authy](https://authy.com/download/), [Google Authenticator](https://support.google.com/accounts/answer/1066447), or [Microsoft Authenticator](https://www.microsoft.com/security/mobile-authenticator-app)) on a mobile device or second computer that will always be available when you work in your npm account.
14
15
<Note>
16