New Password
The NewPassword component renders a page where users can set a new password, featuring a title, optional subtitle, a password reset form, and decorative background elements.
Component path: src/blocks/auth/NewPassword.tsx
Component usage path: src/app/blocks/auth/new-password/page.tsx
Preview link: https://www.saasable.io/blocks/auth/new-password
Props Details
Prop Name
Type
Description
Displayed as
heading
string
Main title or heading for the page.
"Create a New Password"
caption
string
(optional)
Optional subtitle or additional description.
"Please enter your new password below."
Last updated