-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix UpdateTurnstileWidget #1284
Fix UpdateTurnstileWidget #1284
Conversation
changelog detected ✅ |
d555d68
to
4d7698c
Compare
The request body must not include sitekey/secret, but did. This fixes it.
4d7698c
to
41984cb
Compare
Codecov Report
@@ Coverage Diff @@
## master #1284 +/- ##
==========================================
- Coverage 49.07% 49.06% -0.01%
==========================================
Files 133 134 +1
Lines 13032 13066 +34
==========================================
+ Hits 6395 6411 +16
- Misses 5143 5155 +12
- Partials 1494 1500 +6
|
This functionality has been released in v0.68.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
The request body must not include sitekey/secret, but did. This fixes it.
Types of changes
What sort of change does your code introduce/modify?
Checklist: