aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/basicAuth/store.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/basicAuth/store.ts')
-rw-r--r--src/features/basicAuth/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/basicAuth/store.ts b/src/features/basicAuth/store.ts
index 0fc289916..489eac087 100644
--- a/src/features/basicAuth/store.ts
+++ b/src/features/basicAuth/store.ts
@@ -1,5 +1,5 @@
1import { observable } from 'mobx';
2import { ipcRenderer } from 'electron'; 1import { ipcRenderer } from 'electron';
2import { observable } from 'mobx';
3 3
4const debug = require('../../preload-safe-debug')('Ferdium:feature:basicAuth'); 4const debug = require('../../preload-safe-debug')('Ferdium:feature:basicAuth');
5 5