mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-12 02:05:51 +00:00
Fix password field is disabled after relogin on latest electron
This commit is contained in:
parent
263b0e5c5a
commit
8b0b88b4ab
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user