Fixes to webcode for Kasm CDI

This commit is contained in:
matt
2021-01-18 18:58:31 +00:00
parent a4369e8897
commit 2813e7fe09
2 changed files with 6 additions and 4 deletions

View File

@@ -1076,9 +1076,7 @@ export default class RFB extends EventTargetMixin {
return false;
}
*/
if (!this._rfb_credentials.password) {
this._rfb_credentials.password = "";
}
this._rfb_credentials.password = "";
// TODO(directxman12): make genDES not require an Array
const challenge = Array.prototype.slice.call(this._sock.rQshiftBytes(16));