chore: add verfication email for user profile
This commit is contained in:
@@ -20,7 +20,7 @@ export function mailerConfig(): MailerAsyncOptions {
|
||||
},
|
||||
|
||||
template: {
|
||||
dir: process.cwd() + "/templates",
|
||||
dir: process.cwd() + "/src/templates",
|
||||
adapter: new HandlebarsAdapter(),
|
||||
options: {
|
||||
strict: true,
|
||||
|
||||
Reference in New Issue
Block a user