Skip to content

Commit 8025660

Browse files
committed
fix: redact correct field
1 parent f5a153f commit 8025660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rmmtxauthz/db/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ async def list(
7676
)
7777
results = session.exec(statement)
7878
for result in results:
79-
result.password = "REDACTED" # nosec # pragma: allowlist secret
79+
result.mtxpassword = "REDACTED" # nosec # pragma: allowlist secret
8080
yield result

0 commit comments

Comments
 (0)