Skip to content

Commit

Permalink
feat(api): disable sending welcome email on /auth/signup api
Browse files Browse the repository at this point in the history
  • Loading branch information
swalahamani committed Nov 12, 2023
1 parent d926716 commit ca500c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/services/AuthService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ export default class AuthService {
}
);

logger.silly("Attempting to send welcome email");
await this.emailService.sendWelcomeEmail(user, task);

return serviceUtil.buildResult(
true,
httpStatusCodes.SUCCESS_OK,
Expand Down

0 comments on commit ca500c7

Please sign in to comment.