mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-16 02:26:10 +08:00
unlocking the account icon if test saving failed
This commit is contained in:
parent
4bafe9e787
commit
a6ea92ce22
1 changed files with 1 additions and 0 deletions
|
@ -2090,6 +2090,7 @@ function showResult(difficultyFailed = false) {
|
|||
}
|
||||
})
|
||||
.catch((e) => {
|
||||
AccountIcon.loading(false);
|
||||
console.error(e);
|
||||
Notifications.add("Could not save result. " + e, -1);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue