Skip to content

Commit

Permalink
Add passwordConfirm to denylist
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaFur committed Oct 29, 2023
1 parent 0c9c7cf commit c94be0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-v2/src/graduate-logger.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ConsoleLogger, LogLevel } from "@nestjs/common";
import { deepFilter } from "src/utils";

const DENYLIST = ["password"];
const DENYLIST = ["password", "passwordConfirm"];

export class GraduateLogger extends ConsoleLogger {
protected stringifyMessage(message: unknown, logLevel: LogLevel) {
Expand Down

0 comments on commit c94be0e

Please sign in to comment.