From b19f70bf29f4f1f21faec025c0279bc877be8ca1 Mon Sep 17 00:00:00 2001
From: Cyril Levis <git@levis.name>
Date: Fri, 26 Apr 2024 10:08:50 +0200
Subject: [PATCH] fix: typo

---
 config/config.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.exs b/config/config.exs
index 0c6f0a4e..38e6a9d2 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -138,7 +138,7 @@ config :mobilizon, Mobilizon.Web.Email.Mailer,
   username: System.get_env("MOBILIZON_SMTP_USERNAME", nil),
   password: System.get_env("MOBILIZON_SMTP_PASSWORD", nil),
   no_mx_lookups: System.get_env("MOBILIZON_SMTP_NO_MX_LOOKUP", false),
-  auth: System.get_env("MOBILIZON_SMTP_AUTH", "if_available")
+  auth: System.get_env("MOBILIZON_SMTP_AUTH", "if_available"),
   tls: System.get_env("MOBILIZON_SMTP_TLS", "if_available"),
   tls_options:
     :tls_certificate_check.options(System.get_env("MOBILIZON_SMTP_SERVER", "localhost")),
-- 
GitLab