add send_2fa_sms event type
This commit is contained in:
@@ -39,6 +39,7 @@ class SubmissionEvent < ApplicationRecord
|
|||||||
send_email: 'send_email',
|
send_email: 'send_email',
|
||||||
send_reminder_email: 'send_reminder_email',
|
send_reminder_email: 'send_reminder_email',
|
||||||
send_sms: 'send_sms',
|
send_sms: 'send_sms',
|
||||||
|
send_2fa_sms: 'send_2fa_sms',
|
||||||
open_email: 'open_email',
|
open_email: 'open_email',
|
||||||
click_email: 'click_email',
|
click_email: 'click_email',
|
||||||
click_sms: 'click_sms',
|
click_sms: 'click_sms',
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ module SubmissionEvents
|
|||||||
send_email: 'Email sent',
|
send_email: 'Email sent',
|
||||||
send_reminder_email: 'Reminder email sent',
|
send_reminder_email: 'Reminder email sent',
|
||||||
send_sms: 'SMS sent',
|
send_sms: 'SMS sent',
|
||||||
|
send_2fa_sms: 'Verification SMS sent',
|
||||||
open_email: 'Email opened',
|
open_email: 'Email opened',
|
||||||
click_email: 'Email link clicked',
|
click_email: 'Email link clicked',
|
||||||
click_sms: 'SMS link clicked',
|
click_sms: 'SMS link clicked',
|
||||||
|
|||||||
Reference in New Issue
Block a user