mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-15 14:22:14 +11:00
aaaa
This commit is contained in:
parent
29664c0032
commit
51eb7901f8
3 changed files with 2 additions and 7 deletions
|
|
@ -11,7 +11,3 @@ $(document).ready(function(){
|
|||
$(this).tab('show');
|
||||
});
|
||||
});
|
||||
|
||||
function onSubmit(token) {
|
||||
document.getElementById("captchaenabled").submit();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ html
|
|||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
|
||||
link(rel="preconnect" href="https://fonts.gstatic.com")
|
||||
link(href="https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&display=swap" rel="stylesheet")
|
||||
<script src="https://www.google.com/recaptcha/api.js"></script>
|
||||
|
||||
if random
|
||||
link(rel='stylesheet' href='/css/papy.css')
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ block content
|
|||
h1.text-black Login
|
||||
hr
|
||||
p
|
||||
form#captchaenabled(method='POST', action='/login')
|
||||
form(method='POST', action='/login')
|
||||
#form-group
|
||||
label Username:
|
||||
input.form-control(name='name', type='text')
|
||||
|
|
@ -20,6 +20,6 @@ block content
|
|||
br
|
||||
|
||||
|
||||
button.btn.btn-primary.g-recaptcha(data-sitekey="6Lc7fHEjAAAAAJnqvvlEEXL6kHMwnOlU7XbOcSRv" data-callback='onSubmit' data-action='submit') Submit
|
||||
button.btn.btn-primary(data-action='submit') Submit
|
||||
.col-sm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue