We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc3368 commit e942c6eCopy full SHA for e942c6e
1 file changed
ui/shared/AppError/custom/AppErrorTooManyRequests.tsx
@@ -47,6 +47,7 @@ const AppErrorTooManyRequests = ({ bypassOptions, reset }: Props) => {
47
method: 'POST',
48
body: JSON.stringify({ recaptcha_response: token }),
49
headers: {
50
+ 'Content-Type': 'application/json',
51
'recaptcha-v2-response': token,
52
},
53
});
0 commit comments