diff options
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" }, |
