fix(route/iwara): fix user login failure (#16463)

This commit is contained in:
NekoMoYi 2024-08-17 21:33:26 +08:00 committed by GitHub
parent 0f26fc592b
commit e77bdb8e30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ async function handler() {
headers: {
'content-type': 'application/json',
},
data: JSON.stringify({
body: JSON.stringify({
email: username,
password,
}),