BETTER-AUTH. UI
Components

<ResetLinkSent />

Confirms that a password reset link was sent and helps the user open their email provider.

<Auth /> renders this view at /auth/reset-link-sent after <ForgotPassword /> successfully requests a reset link. It reads the submitted email from session storage, shows an email-provider shortcut when one is available, and links back to sign-in.

Hover or focus the email-provider button to show a QR code for the same provider URL. Users can scan it when their email account is available on another device.

Installation

The view is included with the forgot-password registry entry.

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

Usage

import { ResetLinkSent } from "@/components/auth/reset-link-sent"

<ResetLinkSent />

Props

Last updated on

On this page