mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix FLEXIAPI-352 Add missing errors box in the password change form
This commit is contained in:
parent
5771e39a9e
commit
d55cc59e19
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
----
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue