fixed signup
This commit is contained in:
@@ -102,7 +102,7 @@ document.addEventListener('DOMContentLoaded', async function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
async function getDepartments() {
|
async function getDepartments() {
|
||||||
if (!await window.electronAPI.sendUcMessage('GET_DEPARTMENTS')) return null;
|
if (!await window.networkAPI.sendUcMessage('GET_DEPARTMENTS')) return null;
|
||||||
|
|
||||||
const response = await waitForResponse();
|
const response = await waitForResponse();
|
||||||
console.log(response);
|
console.log(response);
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ app.whenReady().then(async () => {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
//mainWindow.removeMenu()
|
mainWindow.removeMenu()
|
||||||
|
|
||||||
await ensureDirectoryExists(pathToClientsBackups)
|
await ensureDirectoryExists(pathToClientsBackups)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user