Removed usage of localStorage for username

pull/490/head
Tobias Reich 8 years ago
parent 4455e81d34
commit 76bc0570ed

@ -95,10 +95,6 @@ lychee.login = function(data) {
if (data===true) {
// Use 'try' to catch a thrown error when Safari is in private mode
try { localStorage.setItem('lychee_username', user) }
catch (err) {}
window.location.reload()
} else {

Loading…
Cancel
Save