We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df26ad6 commit 62385e1Copy full SHA for 62385e1
src/management/passwd/passwd.service.ts
@@ -59,7 +59,7 @@ export class PasswdService extends AbstractService {
59
let _debug = undefined;
60
this.logger.error("Error while changing password. " + e + ` (uid=${passwdDto?.uid})`);
61
62
- if (e?.response?.statusCode === HttpStatus.BAD_REQUEST) {
+ if (e?.response?.status === HttpStatus.BAD_REQUEST) {
63
job = {};
64
job['status'] = e?.response?.job?.status;
65
}
0 commit comments