mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Merge pull request #860 from avi123nash/monkeyType_avi123nash
Duration not being passed due to which error notification remains till infinite
This commit is contained in:
commit
b0a3cd3b20
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ function signUp() {
|
|||
$(".pageLogin .preloader").addClass("hidden");
|
||||
});
|
||||
} else {
|
||||
$(".pageLogin .preloader").addClass("hidden");
|
||||
Notifications.add(
|
||||
"Something went wrong when checking name: " + d.data.message,
|
||||
-1
|
||||
|
|
Loading…
Reference in a new issue