UX: log in with email

This commit is contained in:
realaravinth
2021-06-29 19:52:22 +05:30
parent d5aceb60b4
commit 11cba8f32e
2 changed files with 10 additions and 10 deletions

View File

@@ -16,13 +16,13 @@
<h1 class="form__title">
Signin to mCaptcha
</h1>
<label class="sitekey-form__label" for="username">
Username
<label class="sitekey-form__label" for="login">
Username or email address
<input
class="sitekey-form__input"
type="text"
name="username"
id="username"
name="login"
id="login"
required
/>
</label>