aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/basicAuth
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/basicAuth')
-rw-r--r--src/features/basicAuth/Form.ts (renamed from src/features/basicAuth/Form.js)0
-rw-r--r--src/features/basicAuth/mainIpcHandler.ts (renamed from src/features/basicAuth/mainIpcHandler.js)4
-rw-r--r--src/features/basicAuth/store.ts (renamed from src/features/basicAuth/store.js)0
-rw-r--r--src/features/basicAuth/styles.ts (renamed from src/features/basicAuth/styles.js)0
4 files changed, 3 insertions, 1 deletions
diff --git a/src/features/basicAuth/Form.js b/src/features/basicAuth/Form.ts
index 95721d0e9..95721d0e9 100644
--- a/src/features/basicAuth/Form.js
+++ b/src/features/basicAuth/Form.ts
diff --git a/src/features/basicAuth/mainIpcHandler.js b/src/features/basicAuth/mainIpcHandler.ts
index ae4e7cf93..4ec3848e8 100644
--- a/src/features/basicAuth/mainIpcHandler.js
+++ b/src/features/basicAuth/mainIpcHandler.ts
@@ -1,6 +1,8 @@
1import { BrowserWindow } from 'electron';
2
1const debug = require('debug')('Ferdi:feature:basicAuth:main'); 3const debug = require('debug')('Ferdi:feature:basicAuth:main');
2 4
3export default function mainIpcHandler(mainWindow, authInfo) { 5export default function mainIpcHandler(mainWindow: BrowserWindow, authInfo) {
4 debug('Sending basic auth call', authInfo); 6 debug('Sending basic auth call', authInfo);
5 7
6 mainWindow.webContents.send('feature:basic-auth', { 8 mainWindow.webContents.send('feature:basic-auth', {
diff --git a/src/features/basicAuth/store.js b/src/features/basicAuth/store.ts
index 0713ff572..0713ff572 100644
--- a/src/features/basicAuth/store.js
+++ b/src/features/basicAuth/store.ts
diff --git a/src/features/basicAuth/styles.js b/src/features/basicAuth/styles.ts
index 6bdaf9a6e..6bdaf9a6e 100644
--- a/src/features/basicAuth/styles.js
+++ b/src/features/basicAuth/styles.ts