Skip to content

Commit

Permalink
un-comment sending email verification
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinsjsu committed Sep 11, 2023
1 parent f4d02e6 commit 8330910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/acccount-manager/account-manager.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class AccountManagerController {
`,
mailSettings: { sandboxMode: { enable: process.env.NODE_ENV !== 'production' } },
};
// await this.sendgridService.send(mail);
await this.sendgridService.send(mail);

return user;
}
Expand Down

0 comments on commit 8330910

Please sign in to comment.