mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Try to fix Color picker of lists is empty. Part 3.
Thanks to bronger and xet7 ! Related #3418
This commit is contained in:
parent
6007fe263e
commit
5f647fd2ab
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ httpCa = false;
|
||||||
if (process.env.OAUTH2_CA_CERT !== undefined) {
|
if (process.env.OAUTH2_CA_CERT !== undefined) {
|
||||||
try {
|
try {
|
||||||
const fs = Npm.require('fs');
|
const fs = Npm.require('fs');
|
||||||
if (fs.existsSync(process.env.OAUTH2_CA_CERT) {
|
if (fs.existsSync(process.env.OAUTH2_CA_CERT)) {
|
||||||
httpCa = fs.readFileSync(process.env.OAUTH2_CA_CERT);
|
httpCa = fs.readFileSync(process.env.OAUTH2_CA_CERT);
|
||||||
}
|
}
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue