mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-23 08:00:37 +00:00
removes the ConsoleRedirect backend from the main auth::Backends enum, copy-paste the existing crate::proxy::task_main structure to use the ConsoleRedirectBackend exclusively. This makes the logic a bit simpler at the cost of some fairly trivial code duplication.