mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 03:27:45 +02:00
fix(auth): display error messages from validator
This commit is contained in:
parent
fcad25a551
commit
5a834c0f89
6 changed files with 9 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ class InteractController extends Controller
|
|||
return redirect()
|
||||
->back()
|
||||
->withInput()
|
||||
->with('errors', service('validation')->getErrors());
|
||||
->with('errors', $this->validator->getErrors());
|
||||
}
|
||||
|
||||
$validData = $this->validator->getValidated();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue