mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 03:03:55 +01:00
Correct the password input field
This commit is contained in:
parent
644558609a
commit
369bae5b69
@ -30,7 +30,7 @@
|
|||||||
<div class="control">
|
<div class="control">
|
||||||
<input name="password" id="password"
|
<input name="password" id="password"
|
||||||
class="input{{ $errors->has('password') ? ' is-danger' : '' }}"
|
class="input{{ $errors->has('password') ? ' is-danger' : '' }}"
|
||||||
type="text" placeholder="@lang('linkace.password')" required>
|
type="password" placeholder="@lang('linkace.password')" required>
|
||||||
</div>
|
</div>
|
||||||
@if ($errors->has('password'))
|
@if ($errors->has('password'))
|
||||||
<p class="help has-text-danger" role="alert">
|
<p class="help has-text-danger" role="alert">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user