Add account profile password change flow#59
Conversation
|
@codex review Please review this PR for correctness, security, scope control, tests, and Focus on frontend route behavior, API client assumptions against |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9faf2eb31b
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
GET /v1/account.POST /v1/account/password, with fixed safe error messages and explicit success-session wording.Validation
npm run typechecknpm run lintnpm run testnpm run buildnpm run test:e2egit diff --checkSecurity and Scope
GET /v1/accountandPOST /v1/account/password.Closes #47