BETTER-AUTH. UI
Components

<ResetPassword />

A reset password form component that allows users to set a new password using a reset token from their email.

Usage

Reset Password

Remember your password? Sign In

import { ResetPassword } from "@/components/auth/reset-password"

export function ResetPasswordDemo() {
  return <ResetPassword />
}

New-password and confirmation fields each provide a localized show/hide control while preserving their current values.

Installation

npx shadcn@latest registry add @better-auth-ui=https://better-auth-ui.com/r/{style}/{name}.json
npx shadcn@latest add @better-auth-ui/reset-password

Props

Prop

Type

Last updated on

On this page