Fix recaptcha after recent Google changes
Fixes https://jira.coreos.com/browse/QUAY-929
This commit is contained in:
parent
e80c56e441
commit
00b0e831a8
2 changed files with 1 additions and 5 deletions
|
@ -63,10 +63,6 @@
|
|||
</script>
|
||||
{% endif %}
|
||||
|
||||
{% if recaptcha_key %}
|
||||
<script src="//www.google.com/recaptcha/api.js?render=explicit&onload=vcRecaptchaApiLoaded" async defer></script>
|
||||
{% endif %}
|
||||
|
||||
{% if munchkin_key %}
|
||||
<script type="text/javascript">
|
||||
(function() {
|
||||
|
|
Reference in a new issue