mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
@@ -153,7 +153,7 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
});
|
||||
|
||||
// Social auth routes
|
||||
Route::get('/login/service/{socialDriver}', 'Auth\RegisterController@getSocialLogin');
|
||||
Route::get('/login/service/{socialDriver}', 'Auth\LoginController@getSocialLogin');
|
||||
Route::get('/login/service/{socialDriver}/callback', 'Auth\RegisterController@socialCallback');
|
||||
Route::get('/login/service/{socialDriver}/detach', 'Auth\RegisterController@detachSocialAccount');
|
||||
Route::get('/register/service/{socialDriver}', 'Auth\RegisterController@socialRegister');
|
||||
|
Reference in New Issue
Block a user