chore: add app id

This commit is contained in:
2021-07-03 11:36:28 +08:00
parent a528985ffd
commit 70a3fa31fb
2 changed files with 5 additions and 4 deletions

View File

@@ -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);
}