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.

All available props for the New Password component are defined and handled within Component usage path file. This allows for easy modifications to the content of the New Password section.

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