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