mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
remove Meteor call for starting group routine onLogin - since hook is not called
This commit is contained in:
parent
d90e78e417
commit
1914422181
1 changed files with 0 additions and 5 deletions
|
@ -214,11 +214,6 @@ class KnownUser {
|
|||
}
|
||||
|
||||
static onLogin(loginInfo) {
|
||||
//get the data from oidc login and remove again?
|
||||
if(loginInfo.type ==='oidc'){
|
||||
Meteor.call('groupRoutineOnLogin', loginInfo.user.services.oidc, loginInfo.user._id);
|
||||
return;
|
||||
}
|
||||
if (loginInfo.type !== 'password') {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue