mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-07-24 23:23:34 +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)]
|
#[derive(Deserialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
struct ChangeKdfData {
|
struct ChangeKdfData {
|
||||||
#[allow(dead_code)]
|
|
||||||
new_master_password_hash: String,
|
|
||||||
#[allow(dead_code)]
|
|
||||||
key: String,
|
|
||||||
authentication_data: AuthenticationData,
|
authentication_data: AuthenticationData,
|
||||||
unlock_data: UnlockData,
|
unlock_data: UnlockData,
|
||||||
master_password_hash: String,
|
master_password_hash: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user