FIX: Stop bypassing email checks for invite emails (#11113)

See #10794 for original context.

I did not mean to add invite to the BYPASS_TYPES for Email::Sender, it was supposed to be invite_password_instructions.
This commit is contained in:
Martin Brennan
2020-11-04 09:18:22 +10:00
committed by GitHub
parent 886d619d3f
commit 2bb7676ba4

View File

@ -17,7 +17,7 @@ BYPASS_DISABLE_TYPES = %w(
test_message
new_version
group_smtp
invite
invite_password_instructions
download_backup_message
admin_confirmation_message
)