MagicLinkEmail
Transactional email component for the magic link flow.
Import
import { MagicLinkEmail } from "@xylex-group/athena-auth-ui/email"Details
- Category:
component - Primary entrypoint:
@xylex-group/athena-auth-ui/email - Public entrypoints:
@xylex-group/athena-auth-ui/email - Source:
packages/heroui/src/components/auth/email/magic-link-email.tsx
Notes
- This component belongs on the server or in your email rendering pipeline, not in the interactive client-side auth shell.
- Its props come from the upstream Better Auth React Email surface while the rendered markup is owned locally in this package.
- Use
getAthenaAuthEmailTemplateCatalog()or the component's statictemplateKeymetadata when you want an Athena Authemail_templates.template_keyrow to target this email.