Skip to content

Commit b40bd84

Browse files
committed
Enhance MFA documentation with UI component image and clarify session task details
1 parent a722ab8 commit b40bd84

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/_partials/session-tasks-table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ The following table lists the available tasks and their corresponding keys.
66
| - | - | - |
77
| [Allow Personal Accounts](/docs/guides/organizations/configure#personal-accounts) | `choose-organization` | Disabled by default when enabling Organizations [for instances created after August 22, 2025](!update). When disabled, users are required to choose an Organization after authenticating. When enabled, users can choose a [Personal Account](!personal-account) instead of an Organization. |
88
| [Force password reset](/docs/guides/secure/password-protection-and-rules#manually-set-a-password-as-compromised) | `reset-password` | Enabled by default [for instances created after December 8, 2025](!update). When enabled, the user is required to reset their password on their next sign-in if their password is marked as compromised. |
9-
| [Multi-factor authentication requirement](/docs/guides/configure/auth-strategies/sign-up-sign-in-options#multi-factor-authentication) | `setup-mfa` | When enabled, users are required to set up multi-factor authentication (MFA) after authenticating. Users can choose between authenticator app (TOTP) or SMS verification depending on which methods are enabled in the instance settings. |
9+
| [Multi-factor authentication requirement](/docs/guides/configure/auth-strategies/sign-up-sign-in-options#multi-factor-authentication) | `setup-mfa` | When enabled, users are required to set up multi-factor authentication (MFA) after authenticating. Users can choose between authenticator app (TOTP) or SMS verification depending on which methods are enabled in the instance settings. |

docs/reference/components/authentication/task-setup-mfa.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ description: Clerk's <TaskSetupMfa /> component renders a UI for resolving the `
44
sdk: js-frontend, nextjs, react, react-router, tanstack-react-start
55
---
66

7+
![The \<TaskSetupMfa /> component renders a UI for resolving the setup-mfa session task.](/docs/images/ui-components/task-setup-mfa.jpg){{ style: { maxWidth: '460px' } }}
8+
79
The `<TaskSetupMfa />` component renders a UI for resolving the `setup-mfa` [session task](!session-tasks). You can further customize your `<TaskSetupMfa />` component by passing additional [properties](#properties) at the time of rendering.
810

911
> [!IMPORTANT]
178 KB
Loading

0 commit comments

Comments
 (0)