mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 13:55:19 +08:00
showing if name check failed
This commit is contained in:
parent
7a2bc1b9ef
commit
041d3b9d74
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@ function signUp() {
|
|||
Misc.showNotification(errorMessage, 5000);
|
||||
$(".pageLogin .preloader").addClass("hidden");
|
||||
});
|
||||
} else {
|
||||
console.error(d);
|
||||
Misc.showNotification("Name check timed out", 3000);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue