I hate my spelling

This commit is contained in:
2018-10-28 22:24:20 -05:00
parent f065e40ae4
commit 939c35e34f

View File

@@ -33,7 +33,7 @@ class RedirectIfAuthenticated
}
return $next($request);
} else if ($reqest->pathInfo == '/callback') {
} else if ($request->pathInfo == '/callback') {
$ssoUser = Socialite::driver('eveonline')->user();
$this->updateUser($ssoUser);