]> BookStack Code Mirror - bookstack/blobdiff - app/Services/SocialAuthService.php
replace GPL diff lib with MIT lib
[bookstack] / app / Services / SocialAuthService.php
index df213609a5e540d5ffb48003fc3352c6d24a5912..ba3479349c4158d80479752daeaff0ec8af204f4 100644 (file)
@@ -1,14 +1,11 @@
 <?php namespace BookStack\Services;
 
-use GuzzleHttp\Exception\ClientException;
 use Laravel\Socialite\Contracts\Factory as Socialite;
 use BookStack\Exceptions\SocialDriverNotConfigured;
 use BookStack\Exceptions\SocialSignInException;
 use BookStack\Exceptions\UserRegistrationException;
-use BookStack\Http\Controllers\Auth\AuthController;
 use BookStack\Repos\UserRepo;
 use BookStack\SocialAccount;
-use BookStack\User;
 
 class SocialAuthService
 {