mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 09:16:10 +01:00
Fix login url in invitation email. Closes #993
This commit is contained in:
parent
f2b4ccd043
commit
e796f6d195
2 changed files with 4 additions and 3 deletions
|
|
@ -105,7 +105,7 @@ if (Meteor.isServer) {
|
|||
inviter: Users.findOne(icode.authorId).username,
|
||||
user: icode.email.split('@')[0],
|
||||
icode: icode.code,
|
||||
url: FlowRouter.url('sign-up'),
|
||||
url: FlowRouter.url('sign-in'),
|
||||
};
|
||||
const lang = author.getLanguage();
|
||||
Email.send({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue