Skip to content

Commit

Permalink
fixes #36751
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 2, 2017
1 parent 2a1c377 commit 4789e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/code/electron-main/auth.ts
Expand Up @@ -79,6 +79,7 @@ export class ProxyAuthHandler {
const onWindowClose = () => cb('', '');
win.on('close', onWindowClose);

win.setMenu(null);
win.loadURL(url);
win.webContents.executeJavaScript(javascript, true).then(({ username, password }: Credentials) => {
cb(username, password);
Expand Down

0 comments on commit 4789e42

Please sign in to comment.