Added confirmAccountDeletion to template config

master
RuisPipe 2021-07-12 20:45:16 +02:00
parent d2c22d2dc1
commit 6cc0005054
1 changed files with 8 additions and 2 deletions

View File

@ -28,11 +28,17 @@
}, },
{ {
"_id": 1, "_id": 1,
"fileName": "accountActivation", "fileName": "confirmAccountDeletion",
"languages": [ "languages": [
{ {
"_id": 0, "_id": 0,
"subject": "Account wurde erstellt" "subject": "Account löschung",
"texts": {
"header": "Hallo {{.name}},",
"text": "Bitte bestätigen Sie, die Löschung Ihres Accountes.",
"buttonText": "Account löschen",
"alternativeUrl": "Link: "
}
} }
] ]
} }