Components
<ChangePassword />
A form component for users to change their password with current password verification.
Usage
Change password
import { ChangePassword } from "@/components/auth/settings/security/change-password"
export function ChangePasswordDemo() {
return (
<div className="w-full">
<ChangePassword />
</div>
)
}Installation
npx shadcn@latest add https://better-auth-ui.com/r/change-password.jsonProps
Prop
Type
Last updated on