unlocking the account icon if test saving failed

This commit is contained in:
Miodec 2021-03-16 09:04:03 +00:00
parent 4bafe9e787
commit a6ea92ce22

View file

@ -2090,6 +2090,7 @@ function showResult(difficultyFailed = false) {
}
})
.catch((e) => {
AccountIcon.loading(false);
console.error(e);
Notifications.add("Could not save result. " + e, -1);
});