chg: usr: replace Google ReCaptcha with Cap instance #13
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
data-is-authenticated="{{ app.user ? '1' : '0' }}"
|
||||
data-mercure-hub-url="{{ mercure_hub_url }}"
|
||||
data-mercure-subscriber-jwt="{{ mercure_subscriber_jwt }}"
|
||||
data-recaptcha-site-key="{{ recaptcha_site_key }}">
|
||||
data-cap-api-endpoint="{{ cap_api_endpoint }}">
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
@@ -39,6 +39,5 @@
|
||||
|
||||
{% block javascripts %}
|
||||
{{ parent() }}
|
||||
<script src="https://www.google.com/recaptcha/api.js?render={{ recaptcha_site_key }}" async defer></script>
|
||||
{{ vite_entry_script_tags('mineseeker', { dependency: 'react' }) }}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user