fix: correction of duplication of "." (#1106)
<!-- What / Why --> <!-- Describe the request in detail. What it does and why it's being changed. --> This PR turns the two dots into one:  ## References <!-- Examples: Related to #0 Depends on #0 Blocked by #0 Fixes #0 Closes #0 -->
Benny Neugebauer committed
May 13, 2024 at 16:11 UTC
df151afe109ff7f15721c4c28906f85dee3d4756
1 file changed
+2
-2
content/organizations/creating-and-managing-organizations/requiring-two-factor-authentication-in-your-organization.mdx
+2
-2
@@ -8,7 +8,7 @@ Organization owners can require organization members to enable two-factor authen
8
9
## About two-factor authentication for organizations
10
11
-Two-factor authentication (2FA) is an extra layer of security used when logging into websites or apps. You can require all members in your organization to enable two-factor authentication on npm. For more information about two-factor authentication, see ["Configuring two-factor authentication."][configure-2fa].
11
+Two-factor authentication (2FA) is an extra layer of security used when logging into websites or apps. You can require all members in your organization to enable two-factor authentication on npm. For more information about two-factor authentication, see ["Configuring two-factor authentication"][configure-2fa].
12
13
<Note>
14
@@ -22,7 +22,7 @@ Two-factor authentication (2FA) is an extra layer of security used when logging
22
23
## Prerequisites
24
25
-Before you can require organization members to use two-factor authentication, you must enable two-factor authentication for your account on npm. For more information, see ["Configuring two-factor authentication."][configure-2fa].
25
+Before you can require organization members to use two-factor authentication, you must enable two-factor authentication for your account on npm. For more information, see ["Configuring two-factor authentication"][configure-2fa].
26
27
Before you require use of two-factor authentication, we recommend notifying organization members and asking them to set up 2FA for their accounts. You can see if members already use 2Fa in the organizations members page.
28