Поправил поле email на форме логина
This commit is contained in:
parent
43f26ab242
commit
f52a3d782e
@ -8,7 +8,7 @@
|
||||
<label for="emailInput" class="me-2">
|
||||
Email
|
||||
</label>
|
||||
<input id="emailInput" type="text" placeholder="mail@example.com" class="w-100"/>
|
||||
<input id="emailInput" type="email" placeholder="mail@example.com" class="w-100"/>
|
||||
</div>
|
||||
<div class="mb-2 d-flex w-100">
|
||||
<label for="passwordInput" class="me-2">
|
||||
|
Loading…
Reference in New Issue
Block a user