mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
added encoding for the user data as json with proper encoding/escaping
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
document.addEventListener('DOMContentLoaded', function(event) {
|
||||
localStorage.setItem('auth', document.getElementById('auth').innerText);
|
||||
setTimeout(function() { window.close(); }, 50);
|
||||
});
|
||||
Reference in New Issue
Block a user