yyqdbngt opened a new pull request, #3494: URL: https://github.com/apache/rocketmq-dashboard/pull/3494
### Summary `auth` API exposes status, login, logout and password change. The suite covered status/login/logout (with error paths) but never `changePassword`. ### Changes - `changePassword` posts the current and new password to `/auth/password` and resolves on success ### Testing `vitest run src/api/auth.test.ts` passes: 6 tests, 0 failures (up from 5). `tsc --noEmit` and `eslint` are clean. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
