We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7dd0d commit ce4912bCopy full SHA for ce4912b
web-assets/js/signup.js
@@ -49,7 +49,7 @@ $(document).ready(function () {
49
},
50
dataType: 'json',
51
success: function (result) {
52
- if (result && result.valid === false) {
+ if (result && result.statusCode === 409) {
53
$("#error").html("Error: Invalid or unavailable handle");
54
$("#error").closest(".message").fadeIn();
55
return;
0 commit comments