feat: implement authenticated user password change functionality, including a new DTO, service method, and API endpoint.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user