Fixed missing password routes
This commit is contained in:
parent
b7843ea565
commit
7a05467dbf
1 changed files with 3 additions and 0 deletions
|
@ -405,3 +405,6 @@ Route::group(['middleware' => 'web'], function () {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Auth::routes();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue