- Shipped
- September 6, 2026 at 1:10 AM UTC
- Author
- Kamo
- Commit
- 07cd273
Plenty of people who press Apply on the careers board already have an account and come here only to discover that. The "Sign in" link now carries the advert they arrived on, so the sign-in can record it and the workspace can open that application form. A SEPARATE value from `loginUrl`, deliberately: that one is also the base for two post-registration redirects which append their own `?linked=1` and `?registered=1`, and a query string baked into it would produce `...?jobId=x?registered=1`. Those redirects want no job id anyway — registration has already recorded it on the account it just created. kamo-login also reads the apex cookie, so every other route to the sign-in screen works without this. This is the explicit one, and an explicit statement of intent on the URL beats a value left lying around: it survives a browser that will not keep the cookie, and it is visible in a bug report.