This commit is contained in:
2026-03-07 18:35:08 -06:00
parent ce26e31293
commit 68f2ebc124

View File

@@ -84,7 +84,7 @@ class EveLoginController extends Controller
// For now: fail back to login with a generic error.
// Later you can add logging/telemetry.
Debugbar::addThrowable($e);
return redirect()->route('login')->with('error', 'SSO Login Failed.');
return redirect()->route('login')->with('error', Debugbar::info($e));
}
}
}