TASK22168 bundle C endpoint login/account consistency extension

This commit is contained in:
2026-03-19 12:27:17 +00:00
parent f9c9687cfe
commit 26b889d182
9 changed files with 525 additions and 112 deletions
+5
View File
@@ -60,6 +60,11 @@
- endpoint-handler 7/7
- `npm run lint` -> warnings only (pre-existing react-hooks warnings)
- Risk/rollback snapshot:
- risk: broader endpoint touch in one bundle could drift contracts
- mitigation: success payloads preserved as upstream `data`; phase21 endpoint tests expanded to 18/18
- rollback: revert `getlogin_api`, `getportallogin_api`, `getportalloginproxy_api`, `getpersonalaccount_api`, and phase21 endpoint test updates, then rerun phase21 + lint
## Suggested next work package
- Continue API contract consistency in `pages/api/endpoint/**` with the same pattern used in TASK22109: