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

Problem with Razor Pages #85

Closed
DavidStania opened this issue Dec 10, 2020 · 1 comment
Closed

Problem with Razor Pages #85

DavidStania opened this issue Dec 10, 2020 · 1 comment
Assignees

Comments

@DavidStania
Copy link

DavidStania commented Dec 10, 2020

Hey @TimothyMeadows,

I thought, everything is working fine with this library on razor pages but one customer told me, he can't register on my platform. So after retrying and making a lot of analytics, I found out, thats google reqired api.js is not loading automaticly. After including this following part in my script section, everything is working fine!

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

Best regards
David

@TimothyMeadows TimothyMeadows self-assigned this Dec 18, 2020
@TimothyMeadows
Copy link
Owner

This needs a new feature IsAsync as there a times it's required, and other times async defer will cause issues.

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

No branches or pull requests

2 participants