BETTER-AUTH. UI
Components

<ChangeEmail />

A form component for users to change their email address with verification.

Usage

Change email

import { ChangeEmail } from "@/components/auth/settings/account/change-email"

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

Installation

npx shadcn@latest add https://better-auth-ui.com/r/change-email.json

Props

Prop

Type

Last updated on

On this page