chore: add app id
This commit is contained in:
@@ -67,7 +67,7 @@ impl Command for CommandImpl {
|
||||
if json_output {
|
||||
success!("{}", serde_json::to_string_pretty(&data).unwrap());
|
||||
} else {
|
||||
success!("Device info: {}", data.u2f_device_info);
|
||||
success!("Device info: {}", data.device_info);
|
||||
if let Some(cert) = data.attestation_cert_pem {
|
||||
success!("Certificate: {}", cert);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user