Skip to content

Commit eb6dbce

Browse files
authored
fix: fix logto configs url (#1322)
1 parent 247615d commit eb6dbce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/end-user-flows/mfa/configure-mfa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Follow these steps to enable MFAs in users' Logto sign-in flow:
2929
- **Ask users to set up MFA on their sign-in after registration**: New users will be prompted to set up MFA at their second sign-in after registration, and existing users will see the prompt at their next sign-in. Users can skip this step, and it won't appear again.
3030

3131
:::tip
32-
If you need to prompt a user again after they skipped MFA enrollment, reset their skip state so the setup screen appears the next time they sign in. Admins can use the Management API (`PATCH /api/users/{userId}/logto-configs`), and developers building self-service flows can call the Account API (`PATCH /api/my-account/logto-configs`). [Management API reference](https://openapi.logto.io/operation/operation-updateuserlogtoconfig) · [Account API reference](https://openapi.logto.io/operation/operation-updatelogtoconfig)
32+
If you need to prompt a user again after they skipped MFA enrollment, reset their skip state so the setup screen appears the next time they sign in. Admins can use the Management API (`PATCH /api/users/{userId}/logto-configs`), and developers building self-service flows can call the Account API (`PATCH /api/my-account/logto-configs`). [Management API reference](https://openapi.logto.io/operation/operation-updateuserlogtoconfigs) · [Account API reference](https://openapi.logto.io/operation/operation-updatelogtoconfig)
3333
:::
3434

3535
<img src="/img/assets/configure-mfa.png" alt="MFA settings" />

0 commit comments

Comments
 (0)