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

Commit bb1856e

Browse files
authored
Merge pull request #9347 from #9347
[Imported] Fix typo
2 parents e69c21b + 2486cf0 commit bb1856e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The 2FA provider for Magento Headless can be selected with the `config:set` comm
5858

5959
Two-Factor Authentication is implemented for Magento Web APIs with the following changes:
6060

61-
- `AdminTokenServiceInterface::createAdminAccessToken()` throws an exception when the _Admin_ user doesn’t have personal 2FA configured, and also indicates that the confirmationh email has been sent.
61+
- `AdminTokenServiceInterface::createAdminAccessToken()` throws an exception when the _Admin_ user doesn’t have personal 2FA configured, and also indicates that the confirmation email has been sent.
6262
- `AdminTokenServiceInterface::createAdminAccessToken()` throws an exception that indicates which provider is configured for the user and suggests a provider-specific login endpoint.
6363
- 2FA provider-specific endpoints allow each _Admin_ user to configure a personal 2FA and provides tokens for username, password, and OTP (2FA code).
6464

0 commit comments

Comments
 (0)