update AddAuthenticatorResponse

This commit is contained in:
Carson McManus 2022-12-05 10:29:54 -05:00
parent d3099d7686
commit dcf1779f39

View file

@ -660,6 +660,8 @@ pub struct AddAuthenticatorResponse {
pub secret_1: String, pub secret_1: String,
/// Result code /// Result code
pub status: i32, pub status: i32,
#[serde(default)]
pub phone_number_hint: Option<String>,
} }
impl AddAuthenticatorResponse { impl AddAuthenticatorResponse {