mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 21:42:51 +00:00
Add error var
This commit is contained in:
parent
aaf8c833b8
commit
a146cb0282
1 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ if process.env["SHARELATEX_LDAP_URL"]
|
|||
if _ldap_search_attribs = process.env["SHARELATEX_LDAP_SEARCH_ATTRIBUTES"]
|
||||
try
|
||||
JSON.parse(_ldap_search_attribs)
|
||||
catch
|
||||
catch e
|
||||
console.error "could not parse SHARELATEX_LDAP_SEARCH_ATTRIBUTES"
|
||||
else
|
||||
undefined
|
||||
|
@ -482,7 +482,7 @@ if process.env["SHARELATEX_LDAP_URL"]
|
|||
if _ldap_group_search_attribs = process.env["SHARELATEX_LDAP_GROUP_SEARCH_ATTRIBUTES"]
|
||||
try
|
||||
JSON.parse(_ldap_group_search_attribs)
|
||||
catch
|
||||
catch e
|
||||
console.error "could not parse SHARELATEX_LDAP_GROUP_SEARCH_ATTRIBUTES"
|
||||
else
|
||||
undefined
|
||||
|
|
Loading…
Reference in a new issue