From 732641aeb5fa0d01a60db312069ef70fea85c8e3 Mon Sep 17 00:00:00 2001 From: Bergruebe <68869895+Bergruebe@users.noreply.github.com> Date: Sat, 13 Apr 2024 10:55:41 +0200 Subject: [PATCH] remove duplicated in env.j2 --- templates/env.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/env.j2 b/templates/env.j2 index 59955d0..fbbfed1 100644 --- a/templates/env.j2 +++ b/templates/env.j2 @@ -18,7 +18,6 @@ SYMFONY__ENV__MAILER_DSN={{ wallabag_mailer_dsn }} SYMFONY__ENV__FROM_EMAIL={{ wallabag_from_email }} {% endif %} SYMFONY__ENV__TWOFACTOR_SENDER={{ wallabag_twofactor_sender }} -SYMFONY__ENV__TWOFACTOR_SENDER={{ wallabag_twofactor_sender }} SYMFONY__ENV__FOSUSER_REGISTRATION={{ wallabag_registration }} SYMFONY__ENV__FOSUSER_CONFIRMATION={{ wallabag_confirmation }}