Last updated
Last updated
All available props for the Forgot Password component are defined and handled within Component usage path file. This allows for easy modifications to the content of the Forgot Password section.
Component path: src/blocks/auth/ForgotPassword.tsx
Component usage path: src/app/blocks/auth/forgot-password/page.tsx
Preview link:
heading
string
Main title or heading for the page.
"Forgot Your Password?"
caption
string
(optional)
Optional subtitle or description.
"Enter your email to receive a reset link."
The Forgot Password component renders a page for resetting passwords with a title, optional subtitle, a form to request a password reset, and a resend code link.