mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 06:38:49 +01:00
parent
e3a40aca6f
commit
167197fcda
4 changed files with 0 additions and 31 deletions
|
|
@ -22,7 +22,6 @@ Meteor.publish('user-authenticationMethod', function(match) {
|
|||
check(match, String);
|
||||
return Users.find({$or: [{_id: match}, {email: match}, {username: match}]}, {
|
||||
fields: {
|
||||
'_id': 1,
|
||||
'authenticationMethod': 1,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue