mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-08-26 23:20:57 +00:00
Fix creation of auth required keys. (#633)
This commit is contained in:
parent
f0a6f2e43b
commit
c32ceb6ad8
@ -5189,9 +5189,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"Test" : {
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"unnamed_secret" : {
|
"unnamed_secret" : {
|
||||||
"extractionState" : "manual",
|
"extractionState" : "manual",
|
||||||
|
@ -104,9 +104,9 @@ extension SecureEnclave {
|
|||||||
case .notRequired:
|
case .notRequired:
|
||||||
[]
|
[]
|
||||||
case .presenceRequired:
|
case .presenceRequired:
|
||||||
.userPresence
|
[.userPresence, .privateKeyUsage]
|
||||||
case .biometryCurrent:
|
case .biometryCurrent:
|
||||||
.biometryCurrentSet
|
[.biometryCurrentSet, .privateKeyUsage]
|
||||||
case .unknown:
|
case .unknown:
|
||||||
fatalError()
|
fatalError()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user