Components
<ChangePassword />
A Solid security card for changing or setting a credential password.
Usage
import { ChangePasswordSettings } from "@/components/auth/settings/security/change-password"
export function ChangePasswordDemo() {
return <ChangePasswordSettings />
}Installation
npx shadcn@latest add https://better-auth-ui.com/r/solid/change-password.jsonAfter install, src/components/auth/settings/security/change-password.tsx is app-owned. Customize it inside your Solid app as needed.
Props
Prop
Type
Last updated on