chore: make clippy happy
This commit is contained in:
@@ -72,7 +72,7 @@ impl U2fRegistrationData {
|
||||
"Parse registration data failed: {}");
|
||||
Ok(Self {
|
||||
app_id: app_id.to_string(),
|
||||
device_info: U2FDeviceInfo::from(®ister_result),
|
||||
device_info: U2FDeviceInfo::from(register_result),
|
||||
device_name: registration.device_name,
|
||||
client_data: client_data.into(),
|
||||
registration_data: base64::encode(®ister_result.0),
|
||||
|
||||
Reference in New Issue
Block a user