Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix heading levels #7906

Merged
merged 2 commits into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/fragments/lib/auth/common/mfa/add_mfa.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### SMS MFA
### SMS MFA
```bash
$ amplify add auth

Expand All @@ -21,7 +21,7 @@ Some next steps:
"amplify publish" will build all your local backend and frontend resources (if you have hosting category added) and provision it in the cloud
```

#### TOTP MFA
### TOTP MFA
```bash
$ amplify add auth

Expand All @@ -40,4 +40,4 @@ $ amplify add auth
Some next steps:
"amplify push" will build all your local backend resources and provision it in the cloud
"amplify publish" will build all your local backend and frontend resources (if you have hosting category added) and provision it in the cloud
```
```
6 changes: 3 additions & 3 deletions src/fragments/lib/auth/common/mfa/update_mfa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The following steps show how to enable MFA as "Optional" for users. In this mode

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.

#### SMS MFA
### SMS MFA
```bash
$ amplify update auth

Expand All @@ -27,7 +27,7 @@ Some next steps:
```


#### TOTP MFA
### TOTP MFA
```bash
$ amplify update auth

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