Skip to content

Commit

Permalink
Add welcome email
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 authored and Brutus5000 committed Jan 5, 2024
1 parent f257c09 commit a93a465
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ class RegistrationService(
LOG.info("User has been activated: {}", user)
metricHelper.userActivationCounter.increment()

emailService.sendWelcomeToFafMail(username, email)

return user
}

Expand Down

0 comments on commit a93a465

Please sign in to comment.