Files
myeasycms-v2/packages/email-templates/src/index.ts
Giancarlo Buomprisco d31f3eb993 Add support for OTPs and enhance sensitive apis with OTP verification (#191)
One-Time Password (OTP) package added with comprehensive token management, including OTP verification for team account deletion and ownership transfer.
2025-03-01 17:35:09 +08:00

4 lines
122 B
TypeScript

export * from './emails/invite.email';
export * from './emails/account-delete.email';
export * from './emails/otp.email';