Fix login url in invitation email. Closes #993

This commit is contained in:
Lauri Ojansivu 2017-06-19 23:41:29 +03:00
parent f2b4ccd043
commit e796f6d195
2 changed files with 4 additions and 3 deletions

View file

@ -13,9 +13,10 @@ and fixes the following bugs:
* [Fix IE 11 drag board to scroll](https://github.com/wekan/wekan/pull/1052);
* [Fix Export Wekan board](https://github.com/wekan/wekan/pull/1067);
* [Fix "W" shortcut binding](https://github.com/wekan/wekan/pull/1066).
* [Fix "W" shortcut binding](https://github.com/wekan/wekan/pull/1066);
* [Fix login url in invitation email](https://github.com/wekan/wekan/issues/993).
Thanks to GitHub users BaobabCoder, GhassenRjab, nebulade and nztqa
Thanks to GitHub users BaobabCoder, GhassenRjab, nebulade, nztqa and xet7
for their contributions.
# v0.23 2017-05-21 Wekan release

View file

@ -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({