Skip to main content

Overview

ForgotPassword component is a user interface element for handling the forgot password process. It includes steps for requesting a code by user e-mail and updating the password. It provides callbacks for handling the completion of the process and navigation to the sign-in page.
You can not customize this component layout structure, design or content.
<ForgotPassword /> component request code step

component request code step


<ForgotPassword /> component verify and password update step

component verify and password update step

Props

callback
required
A callback function that is called when the forgot password process is successfully completed.
string
A string representing the URL to reset the password.
callback
An optional callback function that is called when the user clicks the sign-in link.

Example Usage

Reference:
forgot-password.tsx