feat: removed never from cadence options (#1142)
This commit is contained in:
committed by
GitHub
parent
8066ae58f1
commit
538d85b5dd
@@ -28,7 +28,7 @@ ENABLE_COPPA_COMPLIANCE=''
|
||||
ENABLE_ACCOUNT_DELETION=''
|
||||
ENABLE_DOB_UPDATE=''
|
||||
MARKETING_EMAILS_OPT_IN=''
|
||||
SHOW_EMAIL_CHANNEL=''
|
||||
SHOW_EMAIL_CHANNEL='true'
|
||||
APP_ID=
|
||||
MFE_CONFIG_API_URL=
|
||||
PASSWORD_RESET_SUPPORT_LINK='mailto:support@example.com'
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
const EMAIL_CADENCE = {
|
||||
DAILY: 'Daily',
|
||||
WEEKLY: 'Weekly',
|
||||
NEVER: 'Never',
|
||||
};
|
||||
|
||||
export default EMAIL_CADENCE;
|
||||
|
||||
Reference in New Issue
Block a user