mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Merge branch 'v5-issues' into 'master'
V5 issues See merge request mohit.panjvani/crater-web!1301
This commit is contained in:
@ -45,6 +45,8 @@ class ForgotPasswordController extends Controller
|
||||
*/
|
||||
protected function sendResetLinkFailedResponse(Request $request, $response)
|
||||
{
|
||||
return response('Email could not be sent to this email address.', 403);
|
||||
return response()->json([
|
||||
'error' => 'Email could not be sent to this email address.'
|
||||
], 403);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user