From: Dessalines Date: Fri, 9 Apr 2021 01:14:26 +0000 (-0400) Subject: Forgot to remove extra fields for changepassword. X-Git-Url: http://these/git/?a=commitdiff_plain;h=2e16b11db804d73c37059b03ff491d282982c379;p=lemmy.git Forgot to remove extra fields for changepassword. --- diff --git a/crates/api_common/src/person.rs b/crates/api_common/src/person.rs index 6402096c..fc061a35 100644 --- a/crates/api_common/src/person.rs +++ b/crates/api_common/src/person.rs @@ -59,9 +59,6 @@ pub struct SaveUserSettings { pub bio: Option, pub matrix_user_id: Option, pub show_avatars: Option, - pub new_password: Option, - pub new_password_verify: Option, - pub old_password: Option, pub send_notifications_to_email: Option, pub auth: String, }