aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/basicAuth/mainIpcHandler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/basicAuth/mainIpcHandler.ts')
-rw-r--r--src/features/basicAuth/mainIpcHandler.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/features/basicAuth/mainIpcHandler.ts b/src/features/basicAuth/mainIpcHandler.ts
index 5d320df5c..d9cedc974 100644
--- a/src/features/basicAuth/mainIpcHandler.ts
+++ b/src/features/basicAuth/mainIpcHandler.ts
@@ -1,6 +1,8 @@
1import { BrowserWindow } from 'electron'; 1import { BrowserWindow } from 'electron';
2 2
3const debug = require('../../preload-safe-debug')('Ferdium:feature:basicAuth:main'); 3const debug = require('../../preload-safe-debug')(
4 'Ferdium:feature:basicAuth:main',
5);
4 6
5export default function mainIpcHandler(mainWindow: BrowserWindow, authInfo) { 7export default function mainIpcHandler(mainWindow: BrowserWindow, authInfo) {
6 debug('Sending basic auth call', authInfo); 8 debug('Sending basic auth call', authInfo);