mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
@ -23,9 +23,9 @@ export class CaptchaService {
|
||||
|
||||
const res = await this.httpRequestService.send(url, {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(params),
|
||||
body: params.toString(),
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
'Content-Type': 'application/x-www-form-urlencoded',
|
||||
},
|
||||
}, { throwErrorWhenResponseNotOk: false });
|
||||
|
||||
|
Reference in New Issue
Block a user