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.
This commit is contained in:
giancarlo
2024-03-28 11:20:12 +08:00
parent 6048cc4759
commit 3ac4d3b00d
30 changed files with 290 additions and 264 deletions

View File

@@ -55,6 +55,17 @@
"globalEnv": [
"SKIP_ENV_VALIDATION",
"STRIPE_SECRET_KEY",
"STRIPE_WEBHOOK_SECRET"
"STRIPE_WEBHOOK_SECRET",
"NEXT_PUBLIC_PRODUCT_NAME",
"EMAIL_SENDER",
"EMAIL_PORT",
"EMAIL_HOST",
"EMAIL_TLS",
"EMAIL_USER",
"EMAIL_PASSWORD",
"SIGN_IN_PATH",
"SIGN_UP_PATH",
"TEAM_ACCOUNTS_HOME_PATH",
"INVITATION_PAGE_PATH"
]
}