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.
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 { VerifyEmail } from "@/components/auth/verify-email"
export function VerifyEmailDemo() {
return <VerifyEmail />
}Installation
npx shadcn@latest registry add @better-auth-ui=https://better-auth-ui.com/r/{style}/{name}.jsonnpx shadcn@latest add @better-auth-ui/verify-emailProps
Prop
Type
Last updated on