mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 21:28:49 +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
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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