lukin / keywind

Keywind is a component-based Keycloak Login Theme built with Tailwind CSS
Apache License 2.0
742 stars 264 forks source link

google recaptcha v2 does not show anything #48

Open cuongpham2110 opened 1 year ago

cuongpham2110 commented 1 year ago

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 commented 1 year ago

Problem resolve with adding

at the end of register.ftl

jayasanka-sack commented 10 months ago

Thanks @cuongpham2110 , this solution helped!

paulwer commented 9 months ago

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

cuongpham2110 commented 9 months ago

I will do it soon