Try to fix: Users who register with an invitation code can't see lists/cards.

Please test.

Thanks to andresmanelli !

Related #1610
reviewable/pr1620/r1
Lauri Ojansivu 7 years ago
parent cfa3c4bfcb
commit c4b898633e
  1. 1
      models/users.js

@ -495,6 +495,7 @@ if (Meteor.isServer) {
throw new Meteor.Error('error-invitation-code-not-exist', 'The invitation code doesn\'t exist');
} else {
user.profile = {icode: options.profile.invitationcode};
user.profile.boardView = 'board-view-lists';
}
return user;

Loading…
Cancel
Save