mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 04:37:36 +01:00
Merge branch 'develop' of github.com:HabitRPG/habitica into develop
This commit is contained in:
@@ -175,7 +175,7 @@ async function inviteByEmail (invite, group, inviter, req, res) {
|
|||||||
sentAt: Date.now(), // so we can let it expire
|
sentAt: Date.now(), // so we can let it expire
|
||||||
cancelledPlan,
|
cancelledPlan,
|
||||||
});
|
});
|
||||||
const link = `/static/front?groupInvite=${encrypt(groupQueryString)}`;
|
const link = `/static/home?groupInvite=${encrypt(groupQueryString)}`;
|
||||||
|
|
||||||
const variables = [
|
const variables = [
|
||||||
{ name: 'LINK', content: link },
|
{ name: 'LINK', content: link },
|
||||||
|
|||||||
Reference in New Issue
Block a user