Fixed Issue 3854
This commit is contained in:
parent
63cced9d69
commit
9657a99774
|
|
@ -53,7 +53,7 @@ class ForgotPasswordController extends Controller
|
|||
);
|
||||
|
||||
if ($response == Password::RESET_LINK_SENT) {
|
||||
session()->flash('success', trans($response));
|
||||
session()->flash('success', trans('customer::app.forget_password.reset_link_sent'));
|
||||
|
||||
return back();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue