From 4cce2e0b72f7aa3aef1cb39dcd4cfb97a40c5270 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 14 Jan 2025 14:58:14 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(backend)=20fix=20brevo-related=20s?= =?UTF-8?q?etting=20name=20mismatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Error introduced while rebasing. Fixed it. --- src/backend/meet/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/meet/settings.py b/src/backend/meet/settings.py index 9b30d2de..0c81f945 100755 --- a/src/backend/meet/settings.py +++ b/src/backend/meet/settings.py @@ -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 "