improvements in frontend sync (WIP)

This commit is contained in:
zadam
2021-08-24 22:59:51 +02:00
parent d27fcaf317
commit 66374bf95f
9 changed files with 29 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ ws.subscribeToMessages(async message => {
toastService.showMessage("Protected session has been started.");
}
else if (message.type === 'protectedSessionLogout') {
utils.reloadApp();
utils.reloadFrontendApp();
}
});