Display error message when trying to use an invitation link a second time

pull/1/head
yflory 5 years ago
parent 0dc4a1d890
commit aca9ddca06

@ -1137,7 +1137,11 @@ define([
$divLink.append(content);
}, true);
}
return;
}
$(errorBlock).text(Messages.team_inviteInvalidLinkError).show();
$(div).empty();
$inviteDiv.empty();
return;
}
// No error: join successful!

Loading…
Cancel
Save