mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
update links for v3
This commit is contained in:
@@ -164,6 +164,6 @@
|
|||||||
"name": "habitica",
|
"name": "habitica",
|
||||||
"title": "Habitica",
|
"title": "Habitica",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"url": "https://v3.habitica.com"
|
"url": "https://habitica.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ export function sendTxn (mailingInfoArray, emailType, variables, personalVariabl
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'RECIPIENT_UNSUB_URL',
|
name: 'RECIPIENT_UNSUB_URL',
|
||||||
content: `/unsubscribe?code=${encrypt(JSON.stringify({
|
content: `/email/unsubscribe?code=${encrypt(JSON.stringify({
|
||||||
_id: mailingInfo._id,
|
_id: mailingInfo._id,
|
||||||
email: mailingInfo.email,
|
email: mailingInfo.email,
|
||||||
}))}`,
|
}))}`,
|
||||||
@@ -121,7 +121,7 @@ export function sendTxn (mailingInfoArray, emailType, variables, personalVariabl
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'RECIPIENT_UNSUB_URL',
|
name: 'RECIPIENT_UNSUB_URL',
|
||||||
content: `/unsubscribe?code=${encrypt(JSON.stringify({
|
content: `/email/unsubscribe?code=${encrypt(JSON.stringify({
|
||||||
_id: temporaryPersonalVariables[singlePersonalVariables.rcpt]._id,
|
_id: temporaryPersonalVariables[singlePersonalVariables.rcpt]._id,
|
||||||
email: singlePersonalVariables.rcpt,
|
email: singlePersonalVariables.rcpt,
|
||||||
}))}`,
|
}))}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user