mirror of
https://github.com/wekan/wekan.git
synced 2026-01-02 15:48:49 +01:00
patch re-invit
This commit is contained in:
parent
c0ddecb2ee
commit
df54f15ecb
3 changed files with 27 additions and 8 deletions
|
|
@ -503,6 +503,9 @@ if (Meteor.isServer) {
|
|||
user.profile.boardView = 'board-view-lists';
|
||||
}
|
||||
|
||||
// Deletes the invitation.
|
||||
InvitationCodes.remove(invitationCode._id);
|
||||
|
||||
return user;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue