Skip to content

Commit

Permalink
Merge 4e45f3a into 60b16b9
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitystorm committed Jun 16, 2021
2 parents 60b16b9 + 4e45f3a commit 610a6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/confirmations_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def confirm_resend
flash[:error] = t "confirmations.confirm_resend.failure", :name => params[:display_name]
else
UserMailer.signup_confirm(user, user.tokens.create).deliver_later
flash[:notice] = t "confirmations.confirm_resend.success_html", :email => user.email, :sender => Settings.support_email
flash[:notice] = t "confirmations.confirm_resend.success_html", :email => user.email, :sender => Settings.email_from
end

redirect_to login_path
Expand Down

0 comments on commit 610a6f7

Please sign in to comment.