Skip to content

feat(multi-widget): render and verify multiple v2 widgets #75

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

Merged
merged 2 commits into from
Feb 2, 2021

Conversation

farnabaz
Copy link
Member

@farnabaz farnabaz commented Feb 2, 2021

resolves #61, resolves #68

@farnabaz farnabaz requested a review from atinux February 2, 2021 11:38
@farnabaz farnabaz merged commit d3e3908 into master Feb 2, 2021
@farnabaz farnabaz deleted the multi-widget branch February 2, 2021 12:04
mvrlin added a commit that referenced this pull request Feb 3, 2021
* Use PascalCase for component registration

This allows both `<Recaptcha>` and `<recaptcha>` to be used in templates.

Components that are registered in PascalCase can be used in templates with either PascalCase or kebab-case, whereas components registered in kebab-case can only be referenced in kebab-case. Some projects prefer to use PascalCase for component tags, so it's better for this plugin to make both options available.

See https://vuejs.org/v2/guide/components-registration.html#Name-Casing

* update plugin.js for global use

* Moved script element error callback to within promise so that the error can be caught further up the stack

* Reset ready state after error

* docs: remove david badge

* docs: add usage (#74)

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* feat(multi-widget): render and verify multiple v2 widgets (#75)

* feat(language): enable google auto detection (#72)

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>

* fix: describe error within execute() (#40)

Co-authored-by: Abdelhak Akermi <abdelhak@akermi.me>

* feat: runtime config (#70)

Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Nikolay Baskov <baskov@adv.ru>

* fix: remove badge on destroy (#76)

* Apply suggestions from code review

Co-authored-by: Simon Garner <simon.garner@madscience.co.nz>
Co-authored-by: mvrlin <mvrlin@pm.me>
Co-authored-by: lat1992 <lat1992@users.noreply.github.com>
Co-authored-by: Owen Andrews <owen@owenandre.ws>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Red Bayoub <40964509+redbayoub@users.noreply.github.com>
Co-authored-by: Abdelhak Akermi <abdelhak.akermi@gmail.com>
Co-authored-by: Abdelhak Akermi <abdelhak@akermi.me>
Co-authored-by: bason8800 <41577602+bason8800@users.noreply.github.com>
Co-authored-by: Nikolay Baskov <baskov@adv.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handling two recaptchas on same page Can v2 and v3 be used at the same time ?
2 participants