Поправил поле email на форме логина

This commit is contained in:
Никита Потапов 2024-04-30 22:02:40 +04:00
parent 43f26ab242
commit f52a3d782e

View File

@ -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">