debugging

This commit is contained in:
2018-11-06 13:50:57 -06:00
parent 3626c222ab
commit 35fb93fc8c

View File

@@ -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';