Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxcucus committed Sep 17, 2023
1 parent 8a5bee8 commit 93f1366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h1>Account (Under development)</h1><br>
const xhrDeactivate = new XMLHttpRequest();
xhrDeactivate.onload = () => {
if (xhrDeactivate.readyState == 4 && xhrDeactivate.status == 200) {
window.alert("User " + myUsername + "was deleted");
window.alert("User " + myUsername + " was deleted");
} else {
window.alert("Error when deleting user(" + xhrDeactivate.status + "): user does not exist or credentials are not correct");
}
Expand Down

0 comments on commit 93f1366

Please sign in to comment.