Secure password update form with validation and confirmation fields.
Loading preview...
import UpdatePasswordBlock from "@/components/ui/password-update-block"; export default function DemoOne() { return <UpdatePasswordBlock />; }