fix: Send notification email on Account Verified and sign up completed
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user