Skip to content
Snippets Groups Projects
Commit 3b6613be authored by Jonas Leder's avatar Jonas Leder
Browse files

recaptcha fix

parent 118252b7
No related branches found
No related tags found
No related merge requests found
Pipeline #55 passed
......@@ -3,7 +3,7 @@
<head>
<link href="{{ url_for('static', filename='style.css') }}" rel="stylesheet">
<title>URL shorter</title>
{% if recaptchaPrivateKey %}
{% if recaptchaPublicKey %}
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script>
function onSubmit(token) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment