Prettified previous commit
This commit is contained in:
@@ -49,7 +49,7 @@ var mainWindow = null;
|
||||
var trayIcon = null;
|
||||
var willAppQuit = false;
|
||||
|
||||
app.on('login', function (event, webContents, request, authInfo, callback) {
|
||||
app.on('login', function(event, webContents, request, authInfo, callback) {
|
||||
event.preventDefault();
|
||||
var readlineSync = require('readline-sync');
|
||||
console.log("HTTP basic auth requiring login, please provide login data.");
|
||||
|
Reference in New Issue
Block a user