Files
giancarlo 3ac4d3b00d Updated account deletion process and refactor packages
The primary update was on the process of account deletion where email notifications are now sent to users. The @kit/emails was also renamed to @kit/email-templates and adjustments were accordingly made on the relevant code and configuration files. In addition, package interaction was refactored to enhance readability and ease of maintenance. Some minor alterations were made on the User Interface, and code comments were updated.
2024-03-28 11:20:12 +08:00

242 B

Emails - @kit/email-templates

This package is responsible for managing email templates using the react.email library.

Here you can define email templates using React components and export them as a function that returns the email content.