add site key form

This commit is contained in:
realaravinth
2021-05-03 20:24:03 +05:30
parent 0531a26274
commit 812b0ff2c9
49 changed files with 1253 additions and 597 deletions

View File

@@ -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">