BETTER-AUTH. UI
Components

<AccountSettings />

A container component that wraps the UserProfile component for account settings management.

Usage

User profile

Change email

import { AccountSettings } from "@better-auth-ui/heroui"

export function AccountSettingsDemo() {
  return (
    <div className="w-full">
      <AccountSettings />
    </div>
  )
}

Props

Prop

Type

Last updated on

On this page