Last updated
Last updated
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:
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."
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.