settings: Remove realm-level default of enable_login_emails setting.

This commit does not remove the 'enable_login_emails' field from
RealmUserDefault table but it is just not used and cannot be
changed from UI or API similar to 'enable_marketing_emails' setting.
This commit is contained in:
Sahil Batra
2021-09-28 13:33:43 +05:30
committed by Tim Abbott
parent 8b638648dc
commit d1732fb9da
6 changed files with 10 additions and 19 deletions

View File

@@ -406,9 +406,6 @@ export const realm_user_settings_defaults_labels = {
defaultMessage: "Send mobile notifications even if user is online (useful for testing)",
}),
enable_digest_emails: $t({defaultMessage: "Send digest emails when user is away"}),
enable_login_emails: $t({
defaultMessage: "Send email notifications for new logins to the account",
}),
realm_presence_enabled: $t({defaultMessage: "Display availability to other users when online"}),
realm_enter_sends: $t({defaultMessage: "Enter sends when composing a message"}),