string handling

This commit is contained in:
maru21 2023-10-28 21:27:19 +02:00
parent 600eab77f4
commit 7f07aa2d0a

View File

@ -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