NewDeviceEmail
Transactional email component for the new device flow.
Import
import { NewDeviceEmail } 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/new-device-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.