aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-02-22 16:56:02 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-02-22 16:56:02 +0100
commit5be01a836db674dc07f58e439e72951b0968f320 (patch)
tree489648fa734b453e949cd7ffbe6d851c0583355f /src
parentremove legacy theme files (diff)
downloadferdium-app-5be01a836db674dc07f58e439e72951b0968f320.tar.gz
ferdium-app-5be01a836db674dc07f58e439e72951b0968f320.tar.zst
ferdium-app-5be01a836db674dc07f58e439e72951b0968f320.zip
remove code
Diffstat (limited to 'src')
-rw-r--r--src/features/basicAuth/index.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/features/basicAuth/index.js b/src/features/basicAuth/index.js
index 03269582c..00ad65ce6 100644
--- a/src/features/basicAuth/index.js
+++ b/src/features/basicAuth/index.js
@@ -31,15 +31,6 @@ export default function initialize() {
31 state.authInfo = data.authInfo; 31 state.authInfo = data.authInfo;
32 state.isModalVisible = true; 32 state.isModalVisible = true;
33 }); 33 });
34
35 // autorun(() => {
36 // // if (state.serviceId) {
37 // // const service = stores.services.one(state.serviceId);
38 // // if (service) {
39 // // state.service = service;
40 // // }
41 // // }
42 // });
43} 34}
44 35
45export function mainIpcHandler(mainWindow, authInfo) { 36export function mainIpcHandler(mainWindow, authInfo) {