fix login.js 0.148
This commit is contained in:
@@ -20,7 +20,7 @@ document.getElementById('loginForm').addEventListener('submit', async function (
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify({
|
||||
password: userData.password
|
||||
code: userData.password
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user