We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa3198 commit a3aac29Copy full SHA for a3aac29
account.html
@@ -144,7 +144,6 @@
144
document.getElementById('authSection').style.display = 'none';
145
document.getElementById('loggedInContent').style.display = 'block';
146
document.getElementById('welcomeMessage').textContent = `Welcome to your account, ${username}!`;
147
- localStorage.setItem('username', username)
148
149
const res = await fetch(`https://scratchgems.onrender.com/api/data/${username}`);
150
if (!res.ok) throw new Error('Failed to fetch data');
0 commit comments