fix(route/iwara): fix user login failure (#16463)
This commit is contained in:
parent
0f26fc592b
commit
e77bdb8e30
|
|
@ -69,7 +69,7 @@ async function handler() {
|
|||
headers: {
|
||||
'content-type': 'application/json',
|
||||
},
|
||||
data: JSON.stringify({
|
||||
body: JSON.stringify({
|
||||
email: username,
|
||||
password,
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue