update AddAuthenticatorResponse
This commit is contained in:
parent
d3099d7686
commit
dcf1779f39
1 changed files with 2 additions and 0 deletions
|
@ -660,6 +660,8 @@ pub struct AddAuthenticatorResponse {
|
|||
pub secret_1: String,
|
||||
/// Result code
|
||||
pub status: i32,
|
||||
#[serde(default)]
|
||||
pub phone_number_hint: Option<String>,
|
||||
}
|
||||
|
||||
impl AddAuthenticatorResponse {
|
||||
|
|
Loading…
Reference in a new issue