mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
UX: log in with email
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user