mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-11-24 03:00:56 +00:00
Disabling smart card
This commit is contained in:
parent
c63d87cbec
commit
9216a2b931
@ -16,7 +16,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||||||
let migrator = SecureEnclave.CryptoKitMigrator()
|
let migrator = SecureEnclave.CryptoKitMigrator()
|
||||||
try? migrator.migrate(to: cryptoKit)
|
try? migrator.migrate(to: cryptoKit)
|
||||||
list.add(store: cryptoKit)
|
list.add(store: cryptoKit)
|
||||||
list.add(store: SmartCard.Store())
|
// list.add(store: SmartCard.Store())
|
||||||
return list
|
return list
|
||||||
}()
|
}()
|
||||||
private let updater = Updater(checkOnLaunch: true)
|
private let updater = Updater(checkOnLaunch: true)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user