mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-04 06:37:07 +00:00
Tweak copy.
This commit is contained in:
parent
2f0ccfbf82
commit
600ab463b4
@ -141,7 +141,7 @@ extension SecureEnclave {
|
||||
public func persistAuthentication(secret: Secret, forDuration duration: TimeInterval) throws {
|
||||
let newContext = LAContext()
|
||||
newContext.localizedCancelTitle = "Deny"
|
||||
newContext.localizedReason = "sign requests using secret \"\(secret.name)\" without reprompting"
|
||||
newContext.localizedReason = "unlock secret \"\(secret.name)\""
|
||||
newContext.evaluatePolicy(LAPolicy.deviceOwnerAuthenticationWithBiometricsOrWatch, localizedReason: newContext.localizedReason) { [weak self] success, _ in
|
||||
let context = PersistentAuthenticationContext(secret: secret, context: newContext, expiration: Date(timeIntervalSinceNow: duration))
|
||||
self?.persistedAuthenticationContexts[secret] = context
|
||||
|
Loading…
Reference in New Issue
Block a user