v0.5.41 — Register Page Dead-Link Fix
v0.5.41 — Register Page Dead-Link Fix
A patch release that removes the last dead link in the registration funnel.
What changed
- The
/registerpage's "Already registered? check your status" link pointed to a bare, incomplete URL that returned 404. It now points to/whoami— the v0.5.40 self-serve status endpoint (returns your tier and registration state; accepts your UUID via query param or MCP client header).
Why
v0.5.40 fixed the registration funnel's structural 404; this removes the last UI link that still pointed users at a dead end. The registration flow is now clean end-to-end.