mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2025-01-26 22:21:29 +01:00
update "Couldn't find account" msg
This commit is contained in:
parent
ed2709ec85
commit
9dffc92ef8
@ -61,10 +61,10 @@ function handleJoinRequest(parsed) {
|
|||||||
})
|
})
|
||||||
.then(checkFetchSuccess("code"))
|
.then(checkFetchSuccess("code"))
|
||||||
.finally(() => confirmJoin(parsed.session_hash))
|
.finally(() => confirmJoin(parsed.session_hash))
|
||||||
.catch((e) => addToast("Couldn't contact session server", "error: " + e));
|
.catch((e) => addToast("Couldn't contact session server", "Error: " + e));
|
||||||
} else {
|
} else {
|
||||||
confirmJoin(parsed.session_hash);
|
confirmJoin(parsed.session_hash);
|
||||||
addToast("Couldn't find account", parsed.user);
|
addToast("Couldn't find account", "Couldn't find " + parsed.user + ", check Accounts tab");
|
||||||
}
|
}
|
||||||
}, () => confirmJoin(parsed.session_hash));
|
}, () => confirmJoin(parsed.session_hash));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user