Forgot Password
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.
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: https://www.saasable.io/blocks/auth/forgot-password
Props Details
Prop Name
Type
Description
Displayed as
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."
Last updated