This commit is contained in:
2026-03-11 19:44:44 -05:00
parent 10caf22a38
commit 5e741ed189
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ class EveLoginController extends Controller
//Regenerate the session
$request->session()->regenerate();
//Send the user to the dashboard
return redirect()->route('dashboard')->with($user->token, 'Token');
return redirect()->route('dashboard');
} catch (ClientException $e) {
Log::error('EVE SSO Client Exception', [
'message' => $e->getMessage(),