aboutsummaryrefslogtreecommitdiff
path: root/profile/public/script.js
diff options
context:
space:
mode:
Diffstat (limited to 'profile/public/script.js')
-rw-r--r--profile/public/script.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/profile/public/script.js b/profile/public/script.js
index 2a170d2..3b39460 100644
--- a/profile/public/script.js
+++ b/profile/public/script.js
@@ -51,7 +51,6 @@ form.addEventListener("submit", async (evt) => {
if (res !== "ok") alert("AHHHH");
else location.reload();
});
-
fetch("api/user")
.then((response) => response.json())
.then(updateHeading)