Remove [SIGNATURE_TYPE] placeholder from MailParams

The [SIGNATURE_TYPE] placeholder and its value ("signieren") were removed from the MailParams section in appsettings.Mail.json. This cleans up unused or unnecessary configuration.
This commit is contained in:
2026-03-04 15:17:47 +01:00
parent f44643aa3e
commit 8fed342dc5

View File

@@ -8,7 +8,6 @@
"MailParams": { "MailParams": {
"Placeholders": { "Placeholders": {
"[NAME_PORTAL]": "signFlow", "[NAME_PORTAL]": "signFlow",
"[SIGNATURE_TYPE]": "signieren",
"[REASON]": "" "[REASON]": ""
} }
} }