Components
<AccountSettings />
A container component that wraps the UserProfile component for account settings management.
Usage
User profile
Change email
import { AccountSettings } from "@/components/auth/settings/account/account-settings"
export function AccountSettingsDemo() {
return (
<div className="w-full">
<AccountSettings />
</div>
)
}Installation
npx shadcn@latest add @better-auth-ui/account-settingsProps
Prop
Type
Last updated on