Gregniuki commited on
Commit
9e7ad0e
·
1 Parent(s): 7f8d861

Update templates/login.html

Browse files
Files changed (1) hide show
  1. 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>