Browse Source
allow MasterPasswordHash for Android
pull/6673/head
stefan0xC
4 days ago
No known key found for this signature in database
GPG Key ID: 817020C608FE9C09
1 changed files with
1 additions and
0 deletions
-
src/api/mod.rs
|
|
|
@ -47,6 +47,7 @@ pub type EmptyResult = ApiResult<()>; |
|
|
|
#[derive(Deserialize)] |
|
|
|
#[serde(rename_all = "camelCase")] |
|
|
|
struct PasswordOrOtpData { |
|
|
|
#[serde(alias = "MasterPasswordHash")] |
|
|
|
master_password_hash: Option<String>, |
|
|
|
otp: Option<String>, |
|
|
|
} |
|
|
|
|