diff --git a/js/9.9.9/scripts.js b/js/9.9.9/scripts.js index 9bf577d..78a3ccb 100644 --- a/js/9.9.9/scripts.js +++ b/js/9.9.9/scripts.js @@ -12,8 +12,8 @@ export const passwordHash = { return XORCipher.decode(this.name, token); }, set: function (pw) { + if (pw == "") return; activeState.sessionToken = XORCipher.encode(this.name, pw); - }, initHash: function () { //check if cookie exists