We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8a6592 + 2e16b11 commit 89dd0f2Copy full SHA for 89dd0f2
1 file changed
crates/api_common/src/person.rs
@@ -59,9 +59,6 @@ pub struct SaveUserSettings {
59
pub bio: Option<String>,
60
pub matrix_user_id: Option<String>,
61
pub show_avatars: Option<bool>,
62
- pub new_password: Option<String>,
63
- pub new_password_verify: Option<String>,
64
- pub old_password: Option<String>,
65
pub send_notifications_to_email: Option<bool>,
66
pub auth: String,
67
}
0 commit comments