mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-31 14:11:45 +00:00
Fix password field is disabled after relogin on latest electron
This commit is contained in:
@@ -243,7 +243,8 @@ class SidenavMenu extends connect(store)(LitElement) {
|
|||||||
|
|
||||||
async logout(e) {
|
async logout(e) {
|
||||||
if(window.confirm('Are you sure you want to logout?')) {
|
if(window.confirm('Are you sure you want to logout?')) {
|
||||||
store.dispatch(doLogout())
|
store.dispatch(doLogout());
|
||||||
|
window.location.reload();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user