🐛(backend) fix brevo-related setting name mismatch

Error introduced while rebasing. Fixed it.
This commit is contained in:
lebaudantoine
2025-01-14 14:58:14 +01:00
committed by aleb_the_flash
parent f14536dd93
commit 4cce2e0b72

View File

@@ -460,7 +460,7 @@ class Base(Configuration):
# Marketing and communication settings
SIGNUP_NEW_USER_TO_MARKETING_EMAIL = values.BooleanValue(
False,
environ_name="SIGNUP_NEW_USERS_TO_NEWSLETTER",
environ_name="SIGNUP_NEW_USER_TO_MARKETING_EMAIL",
environ_prefix=None,
help_text=(
"When enabled, new users are automatically added to mailing list "