Password reset flow with email input and success confirmation state.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/password-reset-block
Loading preview...
import PasswordResetBlock from "@/components/ui/password-reset-block"; export default function DemoOne() { return <PasswordResetBlock />; }