From 137555821f172e4eadc7cf099d4270ae8fc1374e Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 14 Oct 2021 23:32:05 +0200 Subject: chore: convert components to tsx (#2071) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 248c6d110..b4a754289 100644 --- a/src/index.ts +++ b/src/index.ts @@ -499,7 +499,7 @@ app.on('login', (event, _webContents, _request, authInfo, callback) => { if (!authInfo.isProxy && authInfo.scheme === 'basic') { debug('basic auth handler', authInfo); - basicAuthHandler(mainWindow, authInfo); + basicAuthHandler(mainWindow!, authInfo); } }); -- cgit v1.2.3-54-g00ecf