showing if name check failed

This commit is contained in:
Miodec 2021-01-15 16:42:29 +00:00
parent 7a2bc1b9ef
commit 041d3b9d74

View file

@ -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);
}
});
}