Components
A Change Password Dialog allows users to securely update their account password by entering their current password and confirming a new one within a simple, modal interface.
Loading preview...
import { ChangePasswordDialog } from "@/components/ui/update-password-modal";
export default function DemoOne() {
return <ChangePasswordDialog />;
}