From 2da64d257ff8cd0101f5df06a4845e21de26f932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Tue, 7 Oct 2025 16:26:49 +0200 Subject: [PATCH] [int] --- roles/authelia/templates/conf-main.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/authelia/templates/conf-main.json.j2 b/roles/authelia/templates/conf-main.json.j2 index 2be6e2f..e5307e8 100644 --- a/roles/authelia/templates/conf-main.json.j2 +++ b/roles/authelia/templates/conf-main.json.j2 @@ -171,7 +171,7 @@ "filename": "{{cfg_authelia.notification.data.path}}" } {% endif %} -{% if cfg_authelia.notification_mode == "smtp" %} +{% if cfg_authelia.notification.kind == "smtp" %} "smtp": { "address": "{{cfg_authelia.notification.data.host}}:{{cfg_authelia.notification.data.port | string}}", "username": "{{cfg_authelia.notification.data.username}}",