4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00
This commit is contained in:
AlphaX-Projects 2022-02-15 18:59:19 +01:00 committed by GitHub
parent bf31448cbe
commit 8ca3f10162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
}
}
}