Update templates/login.html
Browse files- templates/login.html +4 -0
templates/login.html
CHANGED
@@ -18,6 +18,10 @@
|
|
18 |
<input type="password" id="password" name="password" required><br><br>
|
19 |
|
20 |
<button type="submit">Login</button>
|
|
|
|
|
|
|
|
|
21 |
</form>
|
22 |
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
23 |
<script>
|
|
|
18 |
<input type="password" id="password" name="password" required><br><br>
|
19 |
|
20 |
<button type="submit">Login</button>
|
21 |
+
<div class="g-recaptcha"
|
22 |
+
data-sitekey="6LeSJgwpAAAAAD9UlPdC911k8UgD6Uh3068xXgGj"
|
23 |
+
data-callback="setRecaptchaToken">
|
24 |
+
</div>
|
25 |
</form>
|
26 |
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
|
27 |
<script>
|