mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-07-24 22:33:33 +00:00
Remove unused fields (#7458)
Co-authored-by: Timshel <timshel@users.noreply.github.com>
This commit is contained in:
@@ -693,10 +693,6 @@ struct UnlockData {
|
||||
#[derive(Deserialize)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
struct ChangeKdfData {
|
||||
#[allow(dead_code)]
|
||||
new_master_password_hash: String,
|
||||
#[allow(dead_code)]
|
||||
key: String,
|
||||
authentication_data: AuthenticationData,
|
||||
unlock_data: UnlockData,
|
||||
master_password_hash: String,
|
||||
|
||||
Reference in New Issue
Block a user