testing
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user