show password component

This commit is contained in:
realaravinth
2021-05-14 16:33:18 +05:30
parent bb6cc840ea
commit 6b740a980b
13 changed files with 285 additions and 7 deletions

View File

@@ -13,7 +13,7 @@
action="<.= crate::V1_API_ROUTES.auth.register .>"
class="sitekey-form" id="form">
<h1 class="form__title">
Join mCaptcah
Join mCaptcha
</h1>
<label class="sitekey-form__label" for="username"
@@ -50,6 +50,8 @@
id="password"
required
/>
<. include!("../../components/showPassword/index.html"); .>
</label>
<label for="password" class="sitekey-form__label"
@@ -62,6 +64,7 @@
id="password-check"
required
/>
<. include!("../../components/showPassword/index.html"); .>
</label>
<input type="submit" class="sitekey-form__submit" value="Sign up" />
</form>