Fix YubiKey feature detection logics
This commit is contained in:
parent
0d1f06b16c
commit
3054e8e6f4
4 changed files with 3 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ public class YubiKeyConnection: NSObject {
|
|||
|
||||
override init() {
|
||||
super.init()
|
||||
if YubiKitDeviceCapabilities.supportsMFIAccessoryKey {
|
||||
if YubiKitDeviceCapabilities.supportsISO7816NFCTags {
|
||||
YubiKitManager.shared.delegate = self
|
||||
YubiKitManager.shared.startAccessoryConnection()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue