diff --git a/server/frontend/auth/login.js b/server/frontend/auth/login.js index 8230d79..dcc4f23 100644 --- a/server/frontend/auth/login.js +++ b/server/frontend/auth/login.js @@ -20,7 +20,7 @@ document.getElementById('loginForm').addEventListener('submit', async function ( "Content-Type": "application/json", }, body: JSON.stringify({ - password: userData.password + code: userData.password }), });