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. 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) {
|
||||
try {
|
||||
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);
|
||||
}
|
||||
} catch(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue