debugging
This commit is contained in:
@@ -77,7 +77,7 @@ class LoginController extends Controller
|
|||||||
* Redirect to the dashboard if logging in successfully.
|
* Redirect to the dashboard if logging in successfully.
|
||||||
*/
|
*/
|
||||||
public function handleProviderCallback() {
|
public function handleProviderCallback() {
|
||||||
|
dd(Socialite::driver('eveonline'));
|
||||||
$ssoUser = Socialite::driver('eveonline')->user();
|
$ssoUser = Socialite::driver('eveonline')->user();
|
||||||
$user = $this->createOrGetUser($ssoUser);
|
$user = $this->createOrGetUser($ssoUser);
|
||||||
|
|
||||||
@@ -286,8 +286,9 @@ class LoginController extends Controller
|
|||||||
9900237,
|
9900237,
|
||||||
99001657,
|
99001657,
|
||||||
99006069,
|
99006069,
|
||||||
99001099,
|
99001099, //The Watchmen.
|
||||||
99003838))) {
|
99003838)) //Requiem Eternal
|
||||||
|
) {
|
||||||
return 'Legacy';
|
return 'Legacy';
|
||||||
} else {
|
} else {
|
||||||
return 'Guest';
|
return 'Guest';
|
||||||
|
|||||||
Reference in New Issue
Block a user