Components
Loading preview...
Secure password update form with validation and confirmation fields.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/password-update-blockimport UpdatePasswordBlock from "@/components/ui/password-update-block";
export default function DemoOne() {
return <UpdatePasswordBlock />;
}