mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 19:15:39 +00:00
add site key form
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<img src="<.= crate::FILES.get("./static-assets/img/icon-trans.png").unwrap().>" class="form__logo" alt="" />
|
||||
<h2 class="form__brand">Join mCaptcha</h2>
|
||||
|
||||
<form method="POST" action="<.= crate::V1_API_ROUTES.auth.register .> class="form__box" id="form">
|
||||
<form method="POST" action="<.= crate::V1_API_ROUTES.auth.register .>" class="form__box" id="form">
|
||||
<label class="form__in-group" for="username"
|
||||
>Username
|
||||
<input
|
||||
@@ -13,6 +13,7 @@
|
||||
name="username"
|
||||
id="username"
|
||||
required
|
||||
autofocus="true"
|
||||
/>
|
||||
</label>
|
||||
|
||||
@@ -50,9 +51,7 @@
|
||||
required
|
||||
/>
|
||||
</label>
|
||||
<button class="form__submit-button" type="submit">
|
||||
Submit
|
||||
</button>
|
||||
<input type="submit" class="form__submit-button" value="Sign up" />
|
||||
</form>
|
||||
<div class="form__secondary-action">
|
||||
<p class="form__secondary-action__banner">
|
||||
|
||||
Reference in New Issue
Block a user