Improve validity window
This commit is contained in:
parent
79f7177ffb
commit
86719e893b
|
@ -142,6 +142,7 @@ extension SecureEnclave {
|
|||
|
||||
public func persistAuthentication(secret: Secret, forDuration duration: TimeInterval) throws {
|
||||
let newContext = LAContext()
|
||||
newContext.touchIDAuthenticationAllowableReuseDuration = duration
|
||||
newContext.localizedCancelTitle = "Deny"
|
||||
|
||||
let formatter = DateComponentsFormatter()
|
||||
|
|
Loading…
Reference in New Issue