Bug Fixes
Single-organization users were stuck on the "Your Organizations" picker on every page load, even though they had only one choice. This happened because the middleware discarded the response from the active-organization cookie setter, so the cookie never reached the browser.
This fix now captures and forwards that cookie on a redirect, and adds a query-param loop guard that survives even in cookie-blocked browsers. Users with a single organization now land directly on the dashboard after sign-in, while multi-org and zero-org users continue to see the picker as expected.