This commit is contained in:
caodoc 2024-02-17 18:46:31 +07:00
parent 0618421cb4
commit eed3980373

View file

@ -9,7 +9,7 @@ function getInformation()
.then(reponse => reponse.json())
.then(data => {
console.log(data);
//console.log(data);
document.getElementById("username").textContent = data.username;
document.getElementById("avatar").src = data.avatarURL;