mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-18 07:17:22 +01:00
Attempt to fix ssh signing with rsa keys
This commit is contained in:
@@ -195,7 +195,7 @@ struct ContentView_Previews: PreviewProvider {
|
||||
private static let storeList: SecretStoreList = {
|
||||
let list = SecretStoreList()
|
||||
list.add(store: SecureEnclave.Store())
|
||||
list.add(store: SmartCard.Store())
|
||||
list.add(store: SmartCard.Store(includeEncryptionKeys: false))
|
||||
return list
|
||||
}()
|
||||
private static let agentStatusChecker = AgentStatusChecker()
|
||||
|
||||
Reference in New Issue
Block a user