mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added storing of adminpasswords. Still in cleartext, must be encrypted some way
This commit is contained in:
@@ -49,7 +49,7 @@ socket.on("pw", function(msg)
|
||||
|
||||
refresh_scroll();
|
||||
|
||||
localStorage.setItem("passord_i_klartekst_lol", msg);
|
||||
localStorage.setItem(chan.toLowerCase(), msg);
|
||||
Materialize.toast("Correct password. You now have access to the sacred relam of The Admin.", 4000);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user