1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00

Correct the password input field

This commit is contained in:
Kovah 2018-09-06 20:28:44 +02:00
parent 644558609a
commit 369bae5b69
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

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