Skip to content

Commit a3aac29

Browse files
authored
Update account.html
1 parent 9aa3198 commit a3aac29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

account.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
document.getElementById('authSection').style.display = 'none';
145145
document.getElementById('loggedInContent').style.display = 'block';
146146
document.getElementById('welcomeMessage').textContent = `Welcome to your account, ${username}!`;
147-
localStorage.setItem('username', username)
148147

149148
const res = await fetch(`https://scratchgems.onrender.com/api/data/${username}`);
150149
if (!res.ok) throw new Error('Failed to fetch data');

0 commit comments

Comments
 (0)