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