mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Try to fix Color picker of lists is empty.
Thanks to bronger and xet7 ! Related #3418
This commit is contained in:
parent
94a3c1dc21
commit
26921a9c36
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
Oidc = {};
|
||||
httpCa = false;
|
||||
|
||||
if (process.env.OAUTH2_CA_CERT !== undefined) {
|
||||
if (process.env.OAUTH2_CA_CERT.length > 0) {
|
||||
try {
|
||||
const fs = Npm.require('fs');
|
||||
httpCa = fs.readFileSync(process.env.OAUTH2_CA_CERT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue