Closed rk4an closed 4 years ago
Hi,
I have no validation message for password field (in reset-password page)
https://github.com/skydiver/laravel-fortify-demo/blob/b7b453c450dd2a35cf72d96fbc2915df65f70c17/resources/views/auth/reset-password.blade.php#L36
I need to replace validateWithBag with validate here:
https://github.com/skydiver/laravel-fortify-demo/blob/b7b453c450dd2a35cf72d96fbc2915df65f70c17/app/Actions/Fortify/ResetUserPassword.php#L24
Fixed here https://github.com/laravel/fortify/commit/85a7dfbc75229782a2cb985366a6565792c541be
Hi,
I have no validation message for password field (in reset-password page)
https://github.com/skydiver/laravel-fortify-demo/blob/b7b453c450dd2a35cf72d96fbc2915df65f70c17/resources/views/auth/reset-password.blade.php#L36
I need to replace validateWithBag with validate here:
https://github.com/skydiver/laravel-fortify-demo/blob/b7b453c450dd2a35cf72d96fbc2915df65f70c17/app/Actions/Fortify/ResetUserPassword.php#L24