From 2e16b11db804d73c37059b03ff491d282982c379 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 8 Apr 2021 21:14:26 -0400 Subject: [PATCH] Forgot to remove extra fields for changepassword. --- crates/api_common/src/person.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/api_common/src/person.rs b/crates/api_common/src/person.rs index 6402096c9..fc061a35b 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, }