This commit is contained in:
AlphaX-Projects
2022-02-15 18:59:19 +01:00
committed by GitHub
parent bf31448cbe
commit 8ca3f10162

View File

@@ -244,7 +244,6 @@ class SidenavMenu extends connect(store)(LitElement) {
async logout(e) {
if(window.confirm('Are you sure you want to logout?')) {
store.dispatch(doLogout());
window.location.reload();
}
}
}