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 ee533c6 commit b5fe2b4Copy full SHA for b5fe2b4
account-dashboard.html
@@ -139,7 +139,7 @@ <h2 style="text-align:center;">Welcome to your dashboard</h2>
139
document.getElementById('user').textContent = username;
140
141
try {
142
- const res = await fetch('https://scratch-coding-hut-data.onrender.com');
+ const res = await fetch(`https://scratch-coding-hut-data.onrender.com/${username}`);
143
const data = await res.json();
144
145
if (data) {
0 commit comments