Update Register.php

This commit is contained in:
themohooks 2025-02-15 04:54:02 +03:00
parent 020ec19124
commit b0c8b51fe6

View file

@ -90,7 +90,7 @@ if (Auth::userid() > 0) {
</div> </div>
<div style="color:#e00" id="err_email"></div> <div style="color:#e00" id="err_email"></div>
<div class="styled-input"> <div class="styled-input">
<input name="password" id="password" type="text" required=""> <input name="password" id="password" type="password" required="">
<label for="password">Ваш пароль</label> <label for="password">Ваш пароль</label>
</div> </div>
<div style="color:#e00" id="err_password"></div> <div style="color:#e00" id="err_password"></div>