Components
<ChangePassword />
A form component for users to change their password with current password verification.
Usage
Change password
import { ChangePassword } from "@better-auth-ui/heroui"
export function ChangePasswordDemo() {
return (
<div className="w-full">
<ChangePassword />
</div>
)
}Props
Prop
Type
Last updated on