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