revived redirectifauthenticated middleware to original specification

This commit is contained in:
2018-11-04 14:14:34 -06:00
parent bcbc393260
commit ea4f7e7e70
2 changed files with 3 additions and 46 deletions

View File

@@ -15,7 +15,6 @@ Route::get('/', function () {
return view('welcome');
})->name('/');
//Auth::routes();
//Login display pages
Route::get('/login', 'Auth\LoginController@redirectToProvider')->name('login');
Route::get('/callback', 'Auth\LoginController@handleProviderCallback');