Improve validity window

This commit is contained in:
Max Goedjen
2021-12-11 18:09:33 -08:00
committed by GitHub
parent 79f7177ffb
commit 86719e893b

View File

@@ -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()