Fix joining your own team

This commit is contained in:
yflory
2019-12-19 16:21:10 +01:00
parent 361292ff01
commit 826a86c7d6
2 changed files with 13 additions and 1 deletions

View File

@@ -1127,6 +1127,7 @@ define([
password: pw,
}, waitFor(function (obj) {
if (obj && obj.error) {
console.error(obj.error);
// Wrong password or other error...
waitFor.abort();
if (obj.error === 'INVALID_INVITE_CONTENT') {