Forgot to remove extra fields for changepassword.
This commit is contained in:
parent
b8a6592369
commit
2e16b11db8
1 changed files with 0 additions and 3 deletions
|
@ -59,9 +59,6 @@ pub struct SaveUserSettings {
|
||||||
pub bio: Option<String>,
|
pub bio: Option<String>,
|
||||||
pub matrix_user_id: Option<String>,
|
pub matrix_user_id: Option<String>,
|
||||||
pub show_avatars: Option<bool>,
|
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 send_notifications_to_email: Option<bool>,
|
||||||
pub auth: String,
|
pub auth: String,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue