Skip to content

Commit

Permalink
Merge pull request #4523 from asha15/captcha
Browse files Browse the repository at this point in the history
Add double quotes for site_key and secrect_key configs
  • Loading branch information
asha15 authored Mar 6, 2024
2 parents 82406db + 6c728b3 commit 0c56cab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/includes/guides/fragments/bot-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Follow the steps below to configure reCAPTHCA in {{product_name}}.
enabled = true
api_url = "https://www.google.com/recaptcha/api.js"
verify_url = "https://www.google.com/recaptcha/api/siteverify"
site_key = <site_key>
secret_key = <secret_key>
site_key = "<site_key>"
secret_key = "<secret_key>"
```

!!! note
Expand Down Expand Up @@ -126,4 +126,4 @@ enable_recaptcha= true
```toml
[recaptcha]
forcefully_enabled_for_all_tenants=true
``` -->
``` -->

0 comments on commit 0c56cab

Please sign in to comment.