Skip to content

Commit ce4912b

Browse files
committed
Tweak for new response from identity service
1 parent 1b7dd0d commit ce4912b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/js/signup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $(document).ready(function () {
4949
},
5050
dataType: 'json',
5151
success: function (result) {
52-
if (result && result.valid === false) {
52+
if (result && result.statusCode === 409) {
5353
$("#error").html("Error: Invalid or unavailable handle");
5454
$("#error").closest(".message").fadeIn();
5555
return;

0 commit comments

Comments
 (0)