Skip to content

Commit

Permalink
Hide passwords from debug logs
Browse files Browse the repository at this point in the history
Resolves #110
  • Loading branch information
rharish101 committed Jan 6, 2025
1 parent f1a5c07 commit c75486b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl UserSessInfo {
pub enum InputMsg {
/// Login request
Login {
#[educe(Debug = "ignore")]
#[educe(Debug(ignore))]
input: String,
info: UserSessInfo,
},
Expand Down

0 comments on commit c75486b

Please sign in to comment.