mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-03 10:59:39 +00:00
Added return to correctly wait for password input before proceeding. Fixes #542
This commit is contained in:
@@ -739,6 +739,7 @@ var RFB;
|
||||
// an RFB state change and a UI interface issue
|
||||
this._updateState('password', "Password Required");
|
||||
this._onPasswordRequired(this);
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this._sock.rQwait("auth challenge", 16)) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user