Add an option to disable un/subscribe confirmation messages
This commit is contained in:
parent
3182566526
commit
10bd4614ef
6 changed files with 32 additions and 7 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue