BETTER-AUTH. UI
Components

<AccountSettings />

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

Usage

})

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

function RouteComponent() {
  return (
    <div className="container mx-auto p-4 md:p-6">
      <AccountSettings />
    </div>
  )
}

Props

Prop

Type

Last updated on

On this page