mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 08:20:12 +01:00
Change invitation link from sign-in to sign-up. Thanks to xet7 ! Closes #1300
This commit is contained in:
parent
b105f0e2e7
commit
c5540ddcbd
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ if (Meteor.isServer) {
|
||||||
inviter: Users.findOne(icode.authorId).username,
|
inviter: Users.findOne(icode.authorId).username,
|
||||||
user: icode.email.split('@')[0],
|
user: icode.email.split('@')[0],
|
||||||
icode: icode.code,
|
icode: icode.code,
|
||||||
url: FlowRouter.url('sign-in'),
|
url: FlowRouter.url('sign-up'),
|
||||||
};
|
};
|
||||||
const lang = author.getLanguage();
|
const lang = author.getLanguage();
|
||||||
Email.send({
|
Email.send({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue