Skip to content

Commit ac09fab

Browse files
authored
Merge pull request #3352 from blockscout/temp-token-fix
Add Content-Type header to /api/v2/key request
2 parents 4cc3368 + e942c6e commit ac09fab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/shared/AppError/custom/AppErrorTooManyRequests.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const AppErrorTooManyRequests = ({ bypassOptions, reset }: Props) => {
4747
method: 'POST',
4848
body: JSON.stringify({ recaptcha_response: token }),
4949
headers: {
50+
'Content-Type': 'application/json',
5051
'recaptcha-v2-response': token,
5152
},
5253
});

0 commit comments

Comments
 (0)