-
Notifications
You must be signed in to change notification settings - Fork 0
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
New component recaptcha #60
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor change requested please.
Also, question: does this version of library (which includes the "vue-recaptcha" package) work in OOP without adding "vue-recaptcha" as a dependency? |
Can you also add a unit testing suite? As a minimum, we want to confirm that the component renders. |
I have tested linked to OOP, and it builds without any changes. I do not forsee any difference once the new version is published. |
d384619
to
96178e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a simple unit test to confirm that the component renders?
Please check if the PR fulfills these requirements:
Please specify the type of change this PR introduces (Bug fix, feature addition, content update, chore, etc.):
New Component: Recaptcha
Integrates Google Recaptcha and validates using recaptcha-service
Additional Notes: