Commit f4deaecc authored by simon's avatar simon

chore: pkg upgrades

parent 5688844f
This diff is collapsed.
......@@ -86,7 +86,7 @@ export class GoogleLDAPAuth implements IAuthentication {
});
res.on('error', function (ldapErr) {
console.error(`error: ${ldapErr.message}`);
console.error(`error: ${JSON.stringify(ldapErr)}`);
reject();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment