0
0
Fork 0

Fix inaccurate admin log entry for re-sending confirmation e-mails (#19674)

Fixes #19593
This commit is contained in:
Claire 2022-11-02 18:50:21 +01:00 committed by GitHub
parent 74d40c7d8f
commit 125322718b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,7 @@ module Admin
@user.resend_confirmation_instructions
log_action :confirm, @user
log_action :resend, @user
flash[:notice] = I18n.t('admin.accounts.resend_confirmation.success')
redirect_to admin_accounts_path