Forgot and change password

This commit is contained in:
Kawlll Maxso
2019-03-28 16:16:28 +08:00
parent 212f6131fd
commit 4f36e4909a
5 changed files with 172 additions and 18 deletions
@@ -28,9 +28,4 @@ class ForgotPasswordController extends Controller
{
$this->middleware('guest');
}
public function showForgotForm()
{
return view('pages.authentication.forgot');
}
}