Components
<ForgotPassword />
A forgot password form component that allows users to request a password reset link via email.
Usage
import { ForgotPassword } from "@better-auth-ui/heroui"
function RouteComponent() {
return (
<div className="flex flex-col p-4 md:p-6 my-auto items-center">
<ForgotPassword />
</div>
)
}Props
Prop
Type
Last updated on