Themes
Ecommerce
UI Elements
Installation
$ pnpm dlx shadcn@latest add @emailcn/block-auth-otp-default
Usage
import { AuthOtpDefault } from "@/components/emails/auth-otp-default";<AuthOtpDefault {...AuthOtpDefault.PreviewProps} />API Reference
Authentication Emails
| Prop | Type | Default | Description |
|---|---|---|---|
logoUrl | string | - | URL of the product logo |
_logoAlt | string | "Logo" | Alt text for logo |
otpCode | string | "123456" | OTP code |
expiresInMinutes | number | 10 | Code expiration time |
magicLink | string | "#" | Magic link URL |
_recipientEmail | string | "you@example.com" | Recipient email |
_productName | string | "Acme" | Product name |