cal.com
cal.com copied to clipboard
feat: added turnstile to booking page
What does this PR do?
- Fixes #17999 (GitHub issue number)
- Fixes CAL-4847 (Linear issue number - should be visible at the bottom of the GitHub issue description)
https://www.loom.com/share/057743160ec64774a99a84898cf10a46?sid=b4417ab2-e616-4210-b4b0-c92f0e5fd850
Mandatory Tasks (DO NOT REMOVE)
- [ ] I have self-reviewed the code (A decent size PR without self-review might be rejected).
- [ ] I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
- [ ] I confirm automated tests are in place that prove my fix is effective or that my feature works.
How should this be tested?
- Are there environment variables that should be set?
- What are the minimal test data to have?
- What is expected (happy path) to have (input and output)?
- Any other important info that could help to test that PR
Checklist
- I haven't read the contributing guide
- My code doesn't follow the style guidelines of this project
- I haven't commented my code, particularly in hard-to-understand areas
- I haven't checked if my changes generate no new warnings