chore: add verfication email for user profile

This commit is contained in:
mahyargdz
2025-02-18 10:16:05 +03:30
parent ff96fd6c32
commit cad8e15941
15 changed files with 173 additions and 31 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export function mailerConfig(): MailerAsyncOptions {
},
template: {
dir: process.cwd() + "/templates",
dir: process.cwd() + "/src/templates",
adapter: new HandlebarsAdapter(),
options: {
strict: true,