Password reset flow with email input and success confirmation state.
Loading preview...
import PasswordResetBlock from "@/components/ui/password-reset-block"; export default function DemoOne() { return <PasswordResetBlock />; }