Skip to content

Commit 8a138f9

Browse files
committed
chore: update mfa method language to include email
1 parent 839fd1c commit 8a138f9

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/auth/concepts/multi-factor-authentication/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This configuration may change depending on the combination of MFA methods enable
7171
When enabling MFA you will have two key decisions to make:
7272

7373
- **MFA enforcement:** As part of this setup you will determine how MFA is enforced. If you require MFA by setting MFA mode to `REQUIRED`, all your users will need to complete MFA to sign in. If you keep it `OPTIONAL`, your users will have the choice whether to enable MFA or not for their account.
74-
- **MFA methods:** You will also specify which MFA method you are using: TOTP (Time-based One-time Password), SMS (text message), email, or any combination thereof. We recommend that you use TOTP-based MFA as it is more secure and you can reserve SMS for account recovery.
74+
- **MFA methods:** You will also specify which MFA method you are using: TOTP (Time-based One-time Password), SMS (text message), email, or any combination thereof. We recommend that you use TOTP-based MFA as it is more secure and you can reserve SMS or email for account recovery.
7575

7676
<Accordion title='Compare TOTP, SMS, and EMAIL MFA methods' headingLevel='4' eyebrow='Learn more'>
7777

0 commit comments

Comments
 (0)