mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01: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) {
|
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') {
|
if (loginInfo.type !== 'password') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue