Change Password
A clean and responsive change password component, completely customizable. To see more UI Components/Blocks click here.
This is not just an UI component, if you configured your project right as shown in the Project Setup page the change password component will work as an actual change password page ready to launch. This and all of the others ones in the blocks page.
Preview
Usage
import { ChangePasswordDefault } from "@/components/blocks/change-password/change-password-default"
export default function Page() {
return (
<ChangePasswordDefault/>
)
}The change-password-default.tsx file already comes in the EasyToLaunch repo by default.