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

Commit f89fbd9

Browse files
authored
Editorial pass
1 parent eb3e91f commit f89fbd9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

108-
For example
108+
For example:
109109

110-
`bin/magento security:tfa:reset admin google`
111-
112-
`bin/magento security:tfa:reset admin u2fkey`
110+
```bash
111+
bin/magento msp:security:tfa:reset admin google
113112

114-
`bin/magento security:tfa:reset admin authy`
113+
bin/magento msp:security:tfa:reset admin u2fkey
114+
```
115115

116116
### Advanced emergency steps
117117

0 commit comments

Comments
 (0)