aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index a4bc44a6c..367d32a15 100644
--- a/src/index.js
+++ b/src/index.js
@@ -254,7 +254,7 @@ app.on('login', (event, webContents, request, authInfo, callback) => {
254 callback(ps.user, ps.password); 254 callback(ps.user, ps.password);
255 }); 255 });
256 } else if (authInfo.scheme === 'basic') { 256 } else if (authInfo.scheme === 'basic') {
257 console.log('basic auth handler', authInfo); 257 debug('basic auth handler', authInfo);
258 basicAuthHandler(mainWindow, authInfo); 258 basicAuthHandler(mainWindow, authInfo);
259 } 259 }
260}); 260});