summaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index c7f42bc..5dc8244 100644
--- a/src/main.js
+++ b/src/main.js
@@ -430,7 +430,7 @@ async function delete_form() {
const id = get_id();
const session = get_session();
const is_sure = document.getElementById("is_sure").value;
- const password = document.getElementById("password").value;
+ const password = document.getElementById("del_password").value;
if (is_sure == "YES") {
const url = server + "/user/delete"