diff options
| author | Daniel Hader <[email protected]> | 2026-06-03 22:32:09 -0500 |
|---|---|---|
| committer | Daniel Hader <[email protected]> | 2026-06-03 22:32:09 -0500 |
| commit | 328d0cd912dfa5dbda53a09ecdfeaeb93504b560 (patch) | |
| tree | 5dbe78ebbe4c9df5b8bbcf4530a7f912dbb1b7a6 /static/login.js | |
| parent | 51fac3f3b6f73b649ba8109b37d8ff311b905cd4 (diff) | |
submission logic and fetching submissions
Diffstat (limited to 'static/login.js')
| -rw-r--r-- | static/login.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/static/login.js b/static/login.js index 42b3242..1dd61b7 100644 --- a/static/login.js +++ b/static/login.js @@ -13,8 +13,6 @@ function init() { new FormData(form).forEach((value, key) => body[key] = value); try { - console.log(); - const res = await fetch("/login", { method: "POST", headers: { "Content-Type": "application/json" }, |
