From 0e2a17a3e382d0122644916d3bae5cde15316c7b Mon Sep 17 00:00:00 2001 From: "MH.Dmitrii" Date: Thu, 19 Mar 2026 02:00:48 +0300 Subject: [PATCH] fix login.js 0.148 --- server/frontend/auth/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }), });