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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
4 deletions
-
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, |
|
|
|
|