Merge branch 'development' into 'devops-staging'
fix: change password partner See merge request empatnusabangsa/ppob/ppob-backend!70
This commit is contained in:
commit
60a83878bd
|
@ -243,7 +243,7 @@ export class UsersController {
|
|||
@Body() updateUserDto: UpdateUserDto,
|
||||
) {
|
||||
return {
|
||||
data: await this.usersService.updatePassword(id, updateUserDto),
|
||||
data: await this.usersService.updatePasswordPartner(id, updateUserDto),
|
||||
statusCode: HttpStatus.OK,
|
||||
message: 'success',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user