From f76e81ea39e5bd1080bab6c5cf5d1c6c7eb3d826 Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Tue, 15 Sep 2026 15:34:53 -0400 Subject: [PATCH] fix(FOUR-33169): Error message is displayed when the page is loading --- resources/views/auth/passwords/change.blade.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/views/auth/passwords/change.blade.php b/resources/views/auth/passwords/change.blade.php index 1f36c391d6..e68056d66d 100644 --- a/resources/views/auth/passwords/change.blade.php +++ b/resources/views/auth/passwords/change.blade.php @@ -36,9 +36,11 @@ {{ html()->password('password')->id('password')->attribute('rows', 4)->class('form-control form-control-login')->attribute('v-model', 'formData.password')->attribute('autocomplete', 'new-password')->attribute('@input', 'props.updatePassword($event.target.value)')->attribute('v-bind:class', '{\'form-control\':true, \'form-control-login\':true, \'is-invalid\':errors.password}') }} - - @{{ error }} - +
{{ html()->label(__('Confirm Password'), 'confpassword') }}*