diff --git a/src/user.rs b/src/user.rs index 5bddcf7..bf2f36d 100644 --- a/src/user.rs +++ b/src/user.rs @@ -29,7 +29,6 @@ pub struct User { pub auth_token: String, pub session_hash: String, pub private_channel: String, - #[serde(skip_deserializing)] password: String, #[serde(skip_deserializing)]