1
0

UI changes

This commit is contained in:
Scott E. Graves
2017-03-19 23:40:50 -05:00
parent 1192283ebf
commit a324e546a2
2 changed files with 17 additions and 4 deletions

View File

@@ -67,8 +67,9 @@
if (success) {
setMainWindow('app_window');
} else {
location.reload();
displayErrorPopup('Failed to unlock wallet', reason, ()=> {
window.reload();
location.reload();
});
}
})) {