mirror of
https://github.com/wekan/wekan.git
synced 2026-01-26 03:06:09 +01:00
Add a new env var to select the default authentication method
This commit is contained in:
parent
72e905675d
commit
6b145bb3cc
7 changed files with 24 additions and 3 deletions
|
|
@ -260,5 +260,9 @@ if (Meteor.isServer) {
|
|||
cas: isCasEnabled(),
|
||||
};
|
||||
},
|
||||
|
||||
getDefaultAuthenticationMethod() {
|
||||
return process.env.DEFAULT_AUTHENTICATION_METHOD;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue