Skip to content

Commit 3a21b61

Browse files
katiekleinkatiegoines
andauthored
fix heading levels (#7906)
Co-authored-by: katiegoines <[email protected]>
1 parent ac05ca9 commit 3a21b61

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/fragments/lib/auth/common/mfa/add_mfa.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### SMS MFA
1+
### SMS MFA
22
```bash
33
$ amplify add auth
44

@@ -21,7 +21,7 @@ Some next steps:
2121
"amplify publish" will build all your local backend and frontend resources (if you have hosting category added) and provision it in the cloud
2222
```
2323
24-
#### TOTP MFA
24+
### TOTP MFA
2525
```bash
2626
$ amplify add auth
2727

@@ -40,4 +40,4 @@ $ amplify add auth
4040
Some next steps:
4141
"amplify push" will build all your local backend resources and provision it in the cloud
4242
"amplify publish" will build all your local backend and frontend resources (if you have hosting category added) and provision it in the cloud
43-
```
43+
```

src/fragments/lib/auth/common/mfa/update_mfa.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The following steps show how to enable MFA as "Optional" for users. In this mode
33

44
If you'd like to make MFA required for users, you must first delete your auth resource by running `amplify remove auth`, then follow the **New Project** flow on this page.
55

6-
#### SMS MFA
6+
### SMS MFA
77
```bash
88
$ amplify update auth
99

@@ -27,7 +27,7 @@ Some next steps:
2727
```
2828
2929
30-
#### TOTP MFA
30+
### TOTP MFA
3131
```bash
3232
$ amplify update auth
3333

@@ -46,4 +46,4 @@ $ amplify update auth
4646
Some next steps:
4747
"amplify push" will build all your local backend resources and provision it in the cloud
4848
"amplify publish" will build all your local backend and frontend resources (if you have hosting category added) and provision it in the cloud
49-
```
49+
```

src/pages/gen1/[platform]/build-a-backend/auth/manage-mfa/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function getStaticProps(context) {
3333

3434
The Auth category supports Multi-factor Authentication (MFA) for user sign-in flows. MFA is an extra layer of security used to make sure that users trying to gain access to an account are who they say they are. It requires users to provide additional information to verify their identity. Amplify Auth supports the MFA methods with Time-based-One-Time Passwords (TOTP) as well as text messages (SMS). In this guide we will review how you can set up MFA using TOTP and SMS and the tradeoffs between these methods to help you choose the right set up for your application. We’ll also review how to set up MFA to remember a device and reduce sign-in friction for your users.
3535

36-
Before you begin, you will need:
36+
Before you begin, you will need:
3737

3838
- The Amplify libraries installed and configured
3939
- _Optional_ If you are using SMS you will need a phone number provisioned with an [SNS/Pinpoint](https://docs.aws.amazon.com/sns/latest/dg/channels-sms-originating-identities.html)

0 commit comments

Comments
 (0)