-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat/MSSDK-2049: captcha challenge in purchase flow #447
Merged
Saddage
merged 5 commits into
chore/MSSDK-2050-testing-debugging
from
feat/MSSDK-2049-captcha-purchase-component
Jan 10, 2025
Merged
feat/MSSDK-2049: captcha challenge in purchase flow #447
Saddage
merged 5 commits into
chore/MSSDK-2050-testing-debugging
from
feat/MSSDK-2049-captcha-purchase-component
Jan 10, 2025
+287
−30
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
m4tewoosh
approved these changes
Jan 10, 2025
Saddage
added a commit
that referenced
this pull request
Jan 10, 2025
* chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * fix/MSSDK-2050: commit cleaned up code with the final fix * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: clean up code for code review * chore/MSSDK-2050: recreate pnpm-lock * chore/MSSDK-2050: remove the isolated prop - needs confirmation if we would like to use this * feat/MSSDK-2049: captcha challenge in purchase flow (#447) * feat/MSSDK-2049: captcha challenge in purchase flow * feat/MSSDK-2049: add missing prepare script * feat/MSSDK-2049: fix deprecated husky command * feat/MSSDK-2049: fix deprecated husky command * feat/MSSDK-2049: add unit tests for the new recaptcha hook
Saddage
added a commit
that referenced
this pull request
Feb 25, 2025
* Feat/MSSDK-2048: Add Google reCAPTCHA into Register flow (#443) * feat/MSSDK-2048: Add google recaptcha into Register flow * feat/MSSDK-2048: Changes after CR * [Feat/MSSDK-2050]: Add configuration method (#444) * feat/MSSDK-2048: Add google recaptcha into Register flow * feat/MSSDK-2048: Changes after CR * feat/MSSDK-2050: Add configuration method for Google reCAPTCHA * feat/MSSDK-2050: Fix sonarcube error * feat/MSSDK-2050: Remove logging * fix/MSSDK-2050: fix the ReCaptcha not being triggered (#445) * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * chore/MSSDK-2050: add debugging logs for recaptcha in register form * fix/MSSDK-2050: commit cleaned up code with the final fix * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: add debugging logs * chore/MSSDK-2050: clean up code for code review * chore/MSSDK-2050: recreate pnpm-lock * chore/MSSDK-2050: remove the isolated prop - needs confirmation if we would like to use this * feat/MSSDK-2049: captcha challenge in purchase flow (#447) * feat/MSSDK-2049: captcha challenge in purchase flow * feat/MSSDK-2049: add missing prepare script * feat/MSSDK-2049: fix deprecated husky command * feat/MSSDK-2049: fix deprecated husky command * feat/MSSDK-2049: add unit tests for the new recaptcha hook * feat/MSSDK-2112: Add errors for google recaptcha (#452) * feat/MSSDK-2112: Add errors for google recaptcha * feat/MSSDK-2112: Update after CR * fix/MSSDK-2112: Fix behaviour if challange called (#453) * fix/MSSDK-2133: Fix invalid token error nad small refactor (#459) * [chore/MSSDK-2051]: Update readme with info about Google reCAPTCHA (#468) * chore/MSSDK-2051: Update readme with info about Google reCAPTCHA config method * chore/MSSDK-2051: Update link to docs * chore/MSSDK-2051: Update readme with optional values * feat/MSSDK-1993: empty commit to bump GH actions --------- Co-authored-by: Paweł Kaczmarek <pkaczmarek@cleeng.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
captcha challenge in purchase flow