fix: Send notification email on Account Verified and sign up completed

This commit is contained in:
2023-11-09 20:30:38 -06:00
parent f5d4194c4e
commit 04b85b1b93
2 changed files with 15 additions and 1 deletions

View File

@@ -184,7 +184,7 @@ const ConfirmAccount = async(req, res) => {
const content = { user_name : email };
const receiver = email;
// await emailEvent( EMAIL_EVENTS.ACCOUNT_CONFIRMED , receiver , content );
await emailEvent( EMAIL_EVENTS.ACCOUNT_CONFIRMED , receiver , content );
console.log(
content
);