socialite

This commit is contained in:
2021-02-12 19:01:16 +09:00
parent 5be7ef76bd
commit e8cf2810a0

View File

@@ -83,7 +83,7 @@ class LoginController extends Controller
$extraScopes = EsiScope::where([
'character_id' => auth()->user()->getId(),
])->get(['scope'])->toArray();
dd($extraScopes);
array_push($scopes, $extraScopes);
}