Forgot Password

This commit is contained in:
Mouhamed Lamine
2018-06-08 18:13:36 +08:00
parent d8a45377b9
commit 65225369ca
8 changed files with 17046 additions and 21 deletions
@@ -42,4 +42,9 @@ class ResetPasswordController extends Controller
{
return response()->json(['email' => trans($response)], 400);
}
protected function showResetForm(){
return view('index');
}
}