Skip to content

Commit a9b47db

Browse files
committed
Update backends.service.ts
1 parent 3f0aa60 commit a9b47db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/backends/backends.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,10 @@ export class BackendsService extends AbstractQueueProcessor {
434434
}
435435
//anonymisation payload sur reset et changement de mdp
436436
if (actionType === ActionType.IDENTITY_PASSWORD_RESET || actionType === ActionType.IDENTITY_PASSWORD_CHANGE) {
437-
payload['params']['newPassword'] ='**********';
437+
payload['newPassword'] ='**********';
438438
}
439439
if (actionType === ActionType.IDENTITY_PASSWORD_CHANGE) {
440-
payload['params']['oldPassword'] ='**********';
440+
payload['oldPassword'] ='**********';
441441
}
442442
let jobStore: Document<Jobs> = null;
443443
if (!options?.disableLogs) {

0 commit comments

Comments
 (0)