Add debug for oauth addon setup

This commit is contained in:
Girish Ramakrishnan
2017-12-21 00:50:53 -08:00
parent 46df1d694a
commit b7e9f0ed12

View File

@@ -245,6 +245,8 @@ function setupOauth(app, options, callback) {
assert.strictEqual(typeof options, 'object');
assert.strictEqual(typeof callback, 'function');
debugApp(app, 'setupOauth');
if (!app.sso) return callback(null);
var appId = app.id;