mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-04 06:37:07 +00:00
Nil out on expiration check
This commit is contained in:
parent
600ab463b4
commit
23fede3def
@ -103,6 +103,7 @@ extension SecureEnclave {
|
||||
let newContext = LAContext()
|
||||
newContext.localizedCancelTitle = "Deny"
|
||||
context = newContext
|
||||
persistedAuthenticationContexts[secret] = nil
|
||||
}
|
||||
context.localizedReason = "sign a request from \"\(provenance.origin.displayName)\" using secret \"\(secret.name)\""
|
||||
let attributes = [
|
||||
|
Loading…
Reference in New Issue
Block a user