Components
<ForgotPassword />
A forgot password form component that allows users to request a password reset link via email.
Usage
import { ForgotPassword } from "@/components/auth/forgot-password"
export function ForgotPasswordDemo() {
return <ForgotPassword />
}Installation
npx shadcn@latest registry add @better-auth-ui=https://better-auth-ui.com/r/{style}/{name}.jsonnpx shadcn@latest add @better-auth-ui/forgot-passwordProps
Prop
Type
Last updated on