Skip to content

Commit 89dd0f2

Browse files
authored
Merge pull request #1564 from LemmyNet/remove_extra_save_user_fields
Forgot to remove extra fields for changepassword.
2 parents b8a6592 + 2e16b11 commit 89dd0f2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

crates/api_common/src/person.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ pub struct SaveUserSettings {
5959
pub bio: Option<String>,
6060
pub matrix_user_id: Option<String>,
6161
pub show_avatars: Option<bool>,
62-
pub new_password: Option<String>,
63-
pub new_password_verify: Option<String>,
64-
pub old_password: Option<String>,
6562
pub send_notifications_to_email: Option<bool>,
6663
pub auth: String,
6764
}

0 commit comments

Comments
 (0)