remove Meteor call for starting group routine onLogin - since hook is not called

This commit is contained in:
viehlieb 2022-12-23 11:48:30 +01:00
parent d90e78e417
commit 1914422181

View file

@ -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;
}