Add an option to disable un/subscribe confirmation messages

This commit is contained in:
Andris Reinman 2016-07-01 00:06:46 +03:00
parent 3182566526
commit 10bd4614ef
6 changed files with 32 additions and 7 deletions

View file

@ -190,6 +190,9 @@ router.get('/edit/:id', passport.csrfProtection, (req, res, next) => {
}, {
key: 'LINK_BROWSER',
value: 'URL to preview the message in a browser'
}, {
key: 'EMAIL',
value: 'Email address'
}, {
key: 'FIRST_NAME',
value: 'First name'