Browse Source

Remove unused fields (#7458)

Co-authored-by: Timshel <timshel@users.noreply.github.com>
pull/7452/merge
Timshel 6 days ago
committed by GitHub
parent
commit
5040bcb7c0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      src/api/core/accounts.rs

4
src/api/core/accounts.rs

@ -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,

Loading…
Cancel
Save