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.

Usage

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

<ResetLinkSent />

Props

Last updated on

On this page