revived redirectifauthenticated middleware to original specification
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user