This commit is contained in:
2026-03-07 18:35:44 -06:00
parent 68f2ebc124
commit 459e3ef864

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', Debugbar::info($e));
return redirect()->route('login')->with('error', $e);
}
}
}