feat: implement authenticated user password change functionality, including a new DTO, service method, and API endpoint.

This commit is contained in:
pradeepkumar
2026-02-06 09:45:01 +05:30
parent 750cb55764
commit 895a106d1b
4 changed files with 113 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ export * from './forgot-password.dto';
export * from './reset-password.dto';
export * from './refresh-token.dto';
export * from './verify-email.dto';
export * from './change-password.dto';