mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-12 02:27:35 +00:00
Remove shibboleth.
This commit is contained in:
parent
0a6e71d7ce
commit
0a3ee77625
@ -106,7 +106,7 @@ extension SecureEnclave {
|
||||
pendingAuthenticationContext = PersistentAuthenticationContext(secret: secret, context: newContext, expiration: Date(timeIntervalSinceNow: Constants.durationOneMinute))
|
||||
context = newContext
|
||||
}
|
||||
context.localizedReason = "saign a request from \"\(provenance.origin.displayName)\" using secret \"\(secret.name)\""
|
||||
context.localizedReason = "sign a request from \"\(provenance.origin.displayName)\" using secret \"\(secret.name)\""
|
||||
let attributes = [
|
||||
kSecClass: kSecClassKey,
|
||||
kSecAttrKeyClass: kSecAttrKeyClassPrivate,
|
||||
|
Loading…
Reference in New Issue
Block a user