zbillings
Results
1
issues of
zbillings
Lines 25-29 in iisnode-meteor-ad-sso/index.js Current: ``` javascript app.get("/" + config.basePath + "/done", function (req, res) { res.writeHead(200, { 'Content-Type' : 'application/json' }); res.end('[]'); if (config.debug) console.error('Completed authentication'); }); ``` When...