mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
update send reset link success message
This commit is contained in:
@@ -34,7 +34,7 @@ class ForgotPasswordController extends Controller
|
||||
|
||||
return response()->json([
|
||||
'error' => false,
|
||||
'email' => $request->input('email'),
|
||||
'status' => 'We have sent reset password link to '. $request->input('email')
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user