Skip to content

Commit

Permalink
fix(be): redact password-again (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaehyeon1020 authored May 28, 2024
1 parent acc8194 commit f9a98bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/libs/logger/src/pino-option.logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ export const pinoLoggerModuleOption: Params = {
return req
}
},
redact: ['req.body.password']
redact: ['req.body.password', 'req.body.passwordAgain']
}
}

0 comments on commit f9a98bf

Please sign in to comment.