Forgot Password
A clean and responsive forgot 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 forgot password component will work as an actual forgot password page ready to launch. This and all of the others ones in the blocks page.
Preview
Usage
import { ForgotPasswordDefault } from "@/components/blocks/forgot-password/forgot-password-default"
export default function Page() {
return (
<ForgotPasswordDefault/>
)
}The forgot-password-default.tsx file already comes in the EasyToLaunch repo by default.