Fix FLEXIAPI-352 Add missing errors box in the password change form

This commit is contained in:
Timothée Jaussoin 2025-07-08 17:08:28 +02:00
parent 33373be186
commit 9d98e466eb
2 changed files with 2 additions and 0 deletions

View file

@ -61,6 +61,7 @@ v2.0
- Fix FLEXIAPI-346 Complete the supporting text for the provisioning ini field
- Fix FLEXIAPI-350 Fix wrongly assigned variables in some views
- Fix FLEXIAPI-351 Fix import of CSV generated on Windows
- Fix FLEXIAPI-352 Add missing errors box in the password change form
v1.6
----

View file

@ -22,6 +22,7 @@
<div>
<input type="password" name="password" required>
<label for="password">{{ __('Password') }}</label>
@include('parts.errors', ['name' => 'password'])
</div>
<div>
<input type="password" name="password_confirmation" required>