Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit eb3e91f

Browse files
authored
Editorial pass
1 parent 488aa3c commit eb3e91f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/guides/v2.3/security/two-factor-authentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ If you need to manually reset a single user configuration, enter the following c
6363
bin/magento msp:security:tfa:reset <username> <provider>
6464
```
6565

66-
For example
66+
For example:
6767

68-
`bin/magento msp:security:tfa:reset admin google`
69-
70-
`bin/magento msp:security:tfa:reset admin u2fkey`
68+
```bash
69+
bin/magento msp:security:tfa:reset admin google
7170

72-
`bin/magento msp:security:tfa:reset admin authy`
71+
bin/magento msp:security:tfa:reset admin u2fkey
72+
```
7373

7474
### Advanced emergency steps
7575

0 commit comments

Comments
 (0)