Merge pull request #1564 from LemmyNet/remove_extra_save_user_fields

Forgot to remove extra fields for changepassword.
This commit is contained in:
Nutomic 2021-04-09 14:33:28 +00:00 committed by GitHub
commit 89dd0f2925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,9 +59,6 @@ pub struct SaveUserSettings {
pub bio: Option<String>,
pub matrix_user_id: Option<String>,
pub show_avatars: Option<bool>,
pub new_password: Option<String>,
pub new_password_verify: Option<String>,
pub old_password: Option<String>,
pub send_notifications_to_email: Option<bool>,
pub auth: String,
}