fix login.js 0.148
All checks were successful
Build Docker / deploy (push) Successful in 38s
Build Docker / build (push) Successful in 39s

This commit is contained in:
2026-03-19 02:00:48 +03:00
parent 185cefe250
commit 0e2a17a3e3

View File

@@ -20,7 +20,7 @@ document.getElementById('loginForm').addEventListener('submit', async function (
"Content-Type": "application/json",
},
body: JSON.stringify({
password: userData.password
code: userData.password
}),
});