From 7f07aa2d0ae739828255bfb43afec0af7549c2f9 Mon Sep 17 00:00:00 2001 From: maru21 Date: Sat, 28 Oct 2023 21:27:19 +0200 Subject: [PATCH] string handling --- js/9.9.9/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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