fixes
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
'placeholder' => __('boilerplate::auth.fields.password'),
|
||||
'required',
|
||||
]) }}
|
||||
{!! $errors->first('password', '<p class="text-danger"><strong>:message</strong></p>') !!}
|
||||
{!! $errors->registration->first('password', '<p class="text-danger"><strong>:message</strong></p>') !!}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
@@ -25,7 +25,10 @@
|
||||
'placeholder' => __('boilerplate::auth.fields.password_confirm'),
|
||||
'required',
|
||||
]) }}
|
||||
{!! $errors->first('password_confirmation', '<p class="text-danger"><strong>:message</strong></p>') !!}
|
||||
{!! $errors->registration->first(
|
||||
'password_confirmation',
|
||||
'<p class="text-danger"><strong>:message</strong></p>',
|
||||
) !!}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user