Fix Enter key submission on the MCP connect login page
Pressing Enter on the memsprout MCP authorization page (the login screen shown when connecting an AI client like Claude Code or Cursor) now submits the form correctly. Previously, switching to the Password tab or advancing to the email-code entry step left the form unresponsive to Enter key because the browser's implicit-submission algorithm was blocked by a disabled button earlier in the page's DOM order.