From 62ebc56f7d0b71d20065cc1d6c6f98e9da4dcba7 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 28 Oct 2018 22:51:59 -0500 Subject: [PATCH] vhosts --- app/Http/Controllers/Auth/LoginController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Controllers/Auth/LoginController.php b/app/Http/Controllers/Auth/LoginController.php index 2789fb4ec..2385a9b2e 100644 --- a/app/Http/Controllers/Auth/LoginController.php +++ b/app/Http/Controllers/Auth/LoginController.php @@ -142,11 +142,11 @@ class LoginController extends Controller $authentication = new EsiAuthentication([ 'client_id' => env('EVEONLINE_CLIENT_ID'), 'secret' => env('EVEONLINE_CLIENT_SECRET'), - //'refresh_token' => $refreshToken, + 'refresh_token' => $refreshToken, ]); // Instantiate a new ESI instance - $esi = new Eseye($authentication); + $esi = new Eseye(); //Get the character information $character_info = $esi->invoke('get', '/characters/{character_id}/', [