BETTER-AUTH. UI
Components

<ChangePassword />

A form component for users to change their password with current password verification.

Usage

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

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

Props

Prop

Type

Last updated on

On this page