mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 18:30:13 +01: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 = {};
|
Oidc = {};
|
||||||
httpCa = false;
|
httpCa = false;
|
||||||
|
|
||||||
if (process.env.OAUTH2_CA_CERT !== undefined) {
|
if (process.env.OAUTH2_CA_CERT.length > 0) {
|
||||||
try {
|
try {
|
||||||
const fs = Npm.require('fs');
|
const fs = Npm.require('fs');
|
||||||
httpCa = fs.readFileSync(process.env.OAUTH2_CA_CERT);
|
httpCa = fs.readFileSync(process.env.OAUTH2_CA_CERT);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue