File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php namespace BookStack \Services ;
22
3- use GuzzleHttp \Exception \ClientException ;
43use Laravel \Socialite \Contracts \Factory as Socialite ;
54use BookStack \Exceptions \SocialDriverNotConfigured ;
65use BookStack \Exceptions \SocialSignInException ;
76use BookStack \Exceptions \UserRegistrationException ;
8- use BookStack \Http \Controllers \Auth \AuthController ;
97use BookStack \Repos \UserRepo ;
108use BookStack \SocialAccount ;
11- use BookStack \User ;
129
1310class SocialAuthService
1411{
Original file line number Diff line number Diff line change 3434 <env name =" GITHUB_APP_SECRET" value =" aaaaaaaaaaaaaa" />
3535 <env name =" GOOGLE_APP_ID" value =" aaaaaaaaaaaaaa" />
3636 <env name =" GOOGLE_APP_SECRET" value =" aaaaaaaaaaaaaa" />
37+ <env name =" APP_URL" value =" http://bookstack.dev" />
3738 </php >
3839</phpunit >
You can’t perform that action at this time.
0 commit comments