BETTER-AUTH. UI
Components

<PasswordChangedEmail />

Email template component that notifies users when their password has been changed.

Usage

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

export function PasswordChangeNotificationEmail() {
  return (
    <PasswordChangedEmail
      email="user@example.com"
      timestamp="January 15, 2024 at 3:30 PM"
      appName="My App"
      supportEmail="support@example.com"
      secureAccountURL="https://example.com/secure-account"
      darkMode={true}
    />
  )
}

Props

Prop

Type

Features

  • Password change notification
  • Timestamp of the change
  • Security action button if unauthorized
  • Support contact information
  • Customizable branding and styling
  • Support for light/dark mode themes
  • Localization support

Last updated on

On this page