summaryrefslogtreecommitdiff
path: root/frontend/admin
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-01-20 23:29:35 +0800
committeraltaf-creator <dev@altafcreator.com>2026-01-20 23:29:35 +0800
commitef65a11fe44116fe81f5af5062587890b18914a8 (patch)
tree74a2b5f90cf43f04e9309042cf4adcc7e76c3930 /frontend/admin
parent03e3c3faf2bd22f36e6bd73e5d0110a972d41ca7 (diff)
str
Diffstat (limited to 'frontend/admin')
-rw-r--r--frontend/admin/admin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/admin/admin.js b/frontend/admin/admin.js
index 74d60b4..eda55db 100644
--- a/frontend/admin/admin.js
+++ b/frontend/admin/admin.js
@@ -9,6 +9,6 @@ async function login() {
headers: {
"Content-Type": "application/json"
},
- body: {"password": field.value},
+ body: `{"password": "${field.value}"}`,
});
}