mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Temporarily disable welcome emails
This commit is contained in:
parent
e22f43591b
commit
5a7677dabb
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class AuthenticationController < ApplicationController
|
|||
|
||||
org_user = OrganizationUser.create(user: user, organization: org, role: 'admin')
|
||||
|
||||
UserMailer.with(user: user, sender: @current_user).new_signup_email.deliver if org_user.save
|
||||
# UserMailer.with(user: user, sender: @current_user).new_signup_email.deliver if org_user.save
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue