mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 08:06:26 +02:00
cr feedback
This commit is contained in:
parent
a45dc673be
commit
4536d3c484
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@
|
||||||
// 3. We also don't want to connect to someone who is anonymous _now_, but was not earlier and still has
|
// 3. We also don't want to connect to someone who is anonymous _now_, but was not earlier and still has
|
||||||
// the same node id. Since the messaging doesn't say _who_ isn't logged in, fail the same as if we are
|
// the same node id. Since the messaging doesn't say _who_ isn't logged in, fail the same as if we are
|
||||||
// not logged in.
|
// not logged in.
|
||||||
if (!Account.isLoggedIn() || !isLoggedIn) {
|
if (!Account.isLoggedIn() || isLoggedIn === false) {
|
||||||
handleConnectionResponseAndMaybeRepeat("401:Unauthorized", {statusCode: 401});
|
handleConnectionResponseAndMaybeRepeat("401:Unauthorized", {statusCode: 401});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue