summaryrefslogtreecommitdiff
path: root/src/models.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/models.rs')
-rw-r--r--src/models.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models.rs b/src/models.rs
index 3837b3d..ce3dd19 100644
--- a/src/models.rs
+++ b/src/models.rs
@@ -31,7 +31,7 @@ impl fmt::Debug for User {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
write!(
f,
- "User {{ username: {}, password: <redacted> }}",
+ "User {{ username: {}, password: <secret> }}",
self.username
)
}