One-Time Password (OTP) package added with comprehensive token management, including OTP verification for team account deletion and ownership transfer.
4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
export * from './emails/invite.email';
|
|
export * from './emails/account-delete.email';
|
|
export * from './emails/otp.email';
|