mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Remove extra debug message and disable some rarely used feature that produces errors.
Thanas to xet7 !
This commit is contained in:
parent
01edbb2351
commit
c0bdde26cf
4 changed files with 109 additions and 444 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue