error correction, tests for err branches, rm get_token, get_token,

delete captcha
This commit is contained in:
realaravinth
2021-07-17 17:43:53 +05:30
parent 6f690734c5
commit 8f87efeeb3
14 changed files with 252 additions and 114 deletions

View File

@@ -0,0 +1,29 @@
<. include!("../../../components/headers/index.html"); .>
<div class="tmp-layout">
<main class="auth-main">
<div class="auth-inner-container">
<. include!("../../../auth/logo.html"); .>
<form
class="sitekey-form"
method="POST"
action="<.= crate::V1_API_ROUTES.auth.login .>"
id="form"
>
<h1 class="form__title">
Confirm Access
</h1>
<label class="sitekey-form__label" for="password">
Password
<input
class="sitekey-form__input"
type="password"
name="password"
id="password"
required
/>
<. include!("../../../components/showPassword/index.html"); .>
</label>
<input type="submit" class="sitekey-form__submit" value="Confirm access" />
</form>
</div>
<. include!("../../../components/footers.html"); .>