Skip to content

v0.5.41 — Register Page Dead-Link Fix

Choose a tag to compare

@creator35lwb-web creator35lwb-web released this 05 Jun 10:16
fff2cd4

v0.5.41 — Register Page Dead-Link Fix

A patch release that removes the last dead link in the registration funnel.

What changed

  • The /register page'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.

PR: #248 · #249