Merge pull request #1564 from LemmyNet/remove_extra_save_user_fields

Forgot to remove extra fields for changepassword.
pull/1567/head
Nutomic 3 years ago committed by GitHub
commit 89dd0f2925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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,
}

Loading…
Cancel
Save