Remove extra debug message and disable some rarely used feature that produces errors.

Thanas to xet7 !
This commit is contained in:
Lauri Ojansivu 2023-04-25 03:07:11 +03:00
parent 01edbb2351
commit c0bdde26cf
4 changed files with 109 additions and 444 deletions

View file

@ -59,7 +59,7 @@ Template.userFormsLayout.onCreated(function () {
};
Meteor.loginWithOidc(options);
}
else console.log("oidc redirect not set");
//else console.log("oidc redirect not set");
});
}
Meteor.call('isDisableRegistration', (_, result) => {