Beginning of work on templates.
This commit is contained in:
parent
47b8d80c22
commit
508d6b3b2f
40 changed files with 1685 additions and 1031 deletions
|
@ -142,7 +142,7 @@ router.getAsync('/confirm/subscribe/:cid', async (req, res) => {
|
|||
const meta = {
|
||||
ip: confirmation.ip,
|
||||
country: geoip.lookupCountry(confirmation.ip) || null,
|
||||
replaceOfUnsubscribedAllowed: true
|
||||
updateOfUnsubscribedAllowed: true
|
||||
};
|
||||
|
||||
const subscription = data.subscriptionData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue