This commit is contained in:
@@ -152,7 +152,7 @@ export class EmailService {
|
|||||||
* Preload and compile email templates
|
* Preload and compile email templates
|
||||||
*/
|
*/
|
||||||
private preloadTemplates(): void {
|
private preloadTemplates(): void {
|
||||||
const templateNames = ['welcome', 'welcome-board', 'verification', 'password-reset', 'dues-reminder', 'test'];
|
const templateNames = ['welcome', 'welcome-board', 'verification', 'password-reset', 'dues-reminder', 'dues-due-soon', 'dues-overdue', 'test'];
|
||||||
|
|
||||||
templateNames.forEach(templateName => {
|
templateNames.forEach(templateName => {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user