dialoguer 0.10

This commit is contained in:
Jack Grigg
2022-12-30 05:08:35 +00:00
parent d8ab6e373e
commit 25fcd353f3
4 changed files with 13 additions and 4 deletions
+1
View File
@@ -247,6 +247,7 @@ pub(crate) fn manage(yubikey: &mut YubiKey) -> Result<(), Error> {
yubikey_serial = yubikey.serial().to_string(),
default_pin = DEFAULT_PIN,
))
.report(true)
.interact()?;
yubikey.verify_pin(pin.as_bytes())?;