aboutsummaryrefslogtreecommitdiff
path: root/app/templates/login.html
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-11-05 21:23:19 -0600
committerParker <contact@pkrm.dev>2024-11-05 21:23:19 -0600
commitddb984d0cde0458d8e2db9e5230b15d052a703bf (patch)
tree07a1c393f2908468ef0e70d0002333ca6f211e07 /app/templates/login.html
parente944df3d7d431b5bd88c2c235501a355ea1ba6ab (diff)
Update + Signup works!
Diffstat (limited to 'app/templates/login.html')
-rw-r--r--app/templates/login.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/templates/login.html b/app/templates/login.html
index bca8b63..8e59481 100644
--- a/app/templates/login.html
+++ b/app/templates/login.html
@@ -96,8 +96,6 @@
body: formData
});
- console.log(await response.json());
-
if (response.status != 200) {
document.getElementById('error').style.display = 'block';
} else {