Components
<ChangeEmail />
A Solid settings card for changing the signed-in user's email address.
Usage
import { ChangeEmail } from "@/components/auth/settings/account/change-email"
export function ChangeEmailDemo() {
return <ChangeEmail />
}Installation
npx shadcn@latest add https://better-auth-ui.com/r/solid/change-email.jsonAfter install, src/components/auth/settings/account/change-email.tsx is app-owned. Customize it inside your Solid app as needed.
Props
Prop
Type
Last updated on