Skip to content

Commit

Permalink
Correct ReCaptcha header in the GraphQL mutation component (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored Aug 27, 2024
1 parent 06ec0eb commit f319082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/GraphqlMutation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default {
let options = { headers: {} }
if (this.recaptcha) {
options['headers']['Authorization'] = await this.getReCaptchaToken()
options['headers']['X-ReCaptcha'] = await this.getReCaptchaToken()
}
if (this.store) {
Expand Down

0 comments on commit f319082

Please sign in to comment.