mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-13 19:12:11 +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()
|
let newContext = LAContext()
|
||||||
newContext.localizedCancelTitle = "Deny"
|
newContext.localizedCancelTitle = "Deny"
|
||||||
context = newContext
|
context = newContext
|
||||||
|
persistedAuthenticationContexts[secret] = nil
|
||||||
}
|
}
|
||||||
context.localizedReason = "sign 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 = [
|
let attributes = [
|
||||||
|
Loading…
Reference in New Issue
Block a user