Skip to content
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

google recaptcha v2 does not show anything #48

Open
cuongpham2110 opened this issue Jul 15, 2023 · 4 comments
Open

google recaptcha v2 does not show anything #48

cuongpham2110 opened this issue Jul 15, 2023 · 4 comments

Comments

@cuongpham2110
Copy link

Dear all,
I try latest keywind source code with google recaptcha v2 (checkbox). I try this video tutorial https://www.youtube.com/watch?v=YfHfRGiqZEU
Currently, if I use theme keycloak, it works as expectation. When I change to keywind login theme, it does not show anything in recaptcha. Height of recaptcha div is 0 (debug in Chrome)
Thanks for help

@cuongpham2110
Copy link
Author

Problem resolve with adding

<script src="https://www.google.com/recaptcha/api.js" async defer></script>

at the end of register.ftl

@jayasanka-sack
Copy link

Thanks @cuongpham2110 , this solution helped!

@paulwer
Copy link
Contributor

paulwer commented Oct 5, 2023

@cuongpham2110 @jayasanka-sack I've created an pr, which should fix this issue. Are you able to test these changes?

@cuongpham2110
Copy link
Author

I will do it soon

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 a pull request may close this issue.

3 participants