Initial update
This commit is contained in:
parent
b60c672afa
commit
0b4b1a3443
9 changed files with 811 additions and 432 deletions
|
@ -27,6 +27,6 @@ class ForgotPasswordController extends Controller
|
|||
// exist on the system.
|
||||
event(new FailedPasswordReset($request->ip(), $request->input('email')));
|
||||
|
||||
return $this->sendResetLinkResponse(Password::RESET_LINK_SENT);
|
||||
return $this->sendResetLinkResponse($request, Password::RESET_LINK_SENT);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue