Check PIN policy before requesting PIN
Closes str4d/age-plugin-yubikey#34.
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ pub(crate) struct Metadata {
|
||||
slot: RetiredSlotId,
|
||||
name: String,
|
||||
created: String,
|
||||
pin_policy: Option<PinPolicy>,
|
||||
pub(crate) pin_policy: Option<PinPolicy>,
|
||||
touch_policy: Option<TouchPolicy>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user