mirror of
https://github.com/claradex/nativegallery.git
synced 2025-02-22 19:49:51 +03:00
Update Register.php
This commit is contained in:
parent
020ec19124
commit
b0c8b51fe6
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ if (Auth::userid() > 0) {
|
|||
</div>
|
||||
<div style="color:#e00" id="err_email"></div>
|
||||
<div class="styled-input">
|
||||
<input name="password" id="password" type="text" required="">
|
||||
<input name="password" id="password" type="password" required="">
|
||||
<label for="password">Ваш пароль</label>
|
||||
</div>
|
||||
<div style="color:#e00" id="err_password"></div>
|
||||
|
|
Loading…
Reference in a new issue