diff --git a/app/controllers/authentication_controller.rb b/app/controllers/authentication_controller.rb index d06651bd73..548837d622 100644 --- a/app/controllers/authentication_controller.rb +++ b/app/controllers/authentication_controller.rb @@ -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