mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
get ServiceConfiguration from server
This commit is contained in:
parent
ee254cb9c8
commit
c5dd0b729d
4 changed files with 59 additions and 55 deletions
|
|
@ -58,7 +58,6 @@ Template.userFormsLayout.onCreated(function () {
|
|||
options = {
|
||||
loginStyle: AccountsTemplates.options.socialLoginStyle,
|
||||
};
|
||||
console.log('options :',JSON.stringify(options,null,2));
|
||||
Meteor.loginWithOidc(options);
|
||||
}
|
||||
else console.log("oidc redirect not set");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue