mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix bug where share-by-powerbox could fail if the recipient's display
name was the same as an existing user's handle.
This commit is contained in:
parent
f11873e44a
commit
89eb156529
2 changed files with 3 additions and 3 deletions
|
|
@ -89,7 +89,7 @@ if (isSandstorm && Meteor.isServer) {
|
|||
|
||||
const login = Accounts.updateOrCreateUserFromExternalService(
|
||||
'sandstorm', sandstormInfo,
|
||||
{ profile: { name: sandstormInfo.name, fullname: sandstormInfo.name } });
|
||||
{ profile: { name: sandstormInfo.name } });
|
||||
|
||||
updateUserPermissions(login.userId, permissions);
|
||||
done();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue