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:
parent
886d619d3f
commit
2bb7676ba4
|
@ -17,7 +17,7 @@ BYPASS_DISABLE_TYPES = %w(
|
|||
test_message
|
||||
new_version
|
||||
group_smtp
|
||||
invite
|
||||
invite_password_instructions
|
||||
download_backup_message
|
||||
admin_confirmation_message
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue