socialite
This commit is contained in:
@@ -82,7 +82,7 @@ class LoginController extends Controller
|
|||||||
if(Auth::check()) {
|
if(Auth::check()) {
|
||||||
$extraScopes = EsiScope::where([
|
$extraScopes = EsiScope::where([
|
||||||
'character_id' => auth()->user()->getId(),
|
'character_id' => auth()->user()->getId(),
|
||||||
])->get(['scope'])->toArray();
|
])->get(['scope']);
|
||||||
dd($extraScopes);
|
dd($extraScopes);
|
||||||
array_push($scopes, $extraScopes);
|
array_push($scopes, $extraScopes);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user