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