From 7a05467dbfb348d06d226225d412696fff5c42c0 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 9 May 2017 00:37:37 -0700 Subject: [PATCH] Fixed missing password routes --- routes/web.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/routes/web.php b/routes/web.php index 7b9e03d7bf..b6bdf30f4b 100644 --- a/routes/web.php +++ b/routes/web.php @@ -405,3 +405,6 @@ Route::group(['middleware' => 'web'], function () { }); + +Auth::routes(); +