[desktop] Fix logout
This commit is contained in:
parent
41b22abc66
commit
dae9bdd583
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const selectDirectory = () => ipcRenderer.invoke("selectDirectory");
|
|||
|
||||
const logout = () => {
|
||||
watchRemoveListeners();
|
||||
ipcRenderer.send("logout");
|
||||
return ipcRenderer.invoke("logout");
|
||||
};
|
||||
|
||||
const encryptionKey = () => ipcRenderer.invoke("encryptionKey");
|
||||
|
|
Loading…
Add table
Reference in a new issue