BETTER-AUTH. UI
Components

<VerifyEmail />

A verify email component that prompts the user to confirm their email, with a button to open their email provider and a cooldown-limited resend button.

Usage

Verify Email

Check your email for a verification link
import { VerifyEmail } from "@better-auth-ui/heroui"

export function VerifyEmailDemo() {
  return <VerifyEmail />
}

Props

Prop

Type

Last updated on

On this page