Skip to main content
Docs

<TaskResetPassword /> component

The <TaskResetPassword /> component renders a UI for resolving the reset-password session task.

The <TaskResetPassword /> component renders a UI for resolving the reset-password .

Important

The <TaskResetPassword/> component cannot render when a user doesn't have current session tasks.

Example

The following example demonstrates how to host the <TaskResetPassword /> component on a custom page.

Properties

All props are optional.

  • Name
    redirectUrlComplete
    Type
    string
    Description

    The full URL or path to navigate to after successfully completing all tasks.

  • Name
    appearance
    Type
    Appearance | undefined
    Description

    Optional object to style your components. Will only affect Clerk components and not Account Portal pages.

Customization

To learn about how to customize Clerk components, see the customization documentation.

If Clerk's prebuilt components don't meet your specific needs or if you require more control over the logic, you can rebuild the existing Clerk flows using the Clerk API. For more information, see the custom flow guides.

Feedback

What did you think of this content?

Last updated on