## Description
After upgrading to Qoder CN v1.3.0 (2026-06-20), the `qoderclicn login` command fails. The browser authorization page at `/device/selectAccounts` always shows an error: “请求参数有误,请检查后重试” (Request parameters are incorrect, please check and retry).
Clicking “Forgot Password” on the same page also triggers the same error.
## Environment
- **CLI Version**: qoderclicn v1.0.24 (updated from v1.0.23, issue persists)
- **OS**: macOS 15.6.1
- **Account Email**: 6100024@myj.com.cn
## Request IDs (from multiple attempts)
- `4897e8ba-01b9-43f5-b08c-963c092952e6`
- `23c31146-9a07-4266-8022-aa4006b5bcce`
- `82a425b9-d18d-4b81-babd-ba2f327b1a30`
## Steps to Reproduce
1. Run `qoderclicn login` in terminal
2. Browser opens the `/device/selectAccounts` page
3. Page immediately shows a red error banner: “请求参数有误,请检查后重试”
4. Clicking “Forgot Password” also shows the same error
## Timeline
This issue appeared after the v1.3.0 release (June 20, 2026) which introduced the unified account system. Suspected to be related to the new authentication flow migration.