We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9835a29 commit 77ee445Copy full SHA for 77ee445
1 file changed
LoopKitUI/Extensions/Environment+Authenticate.swift
@@ -17,7 +17,7 @@ public struct LocalAuthentication {
17
public static let deviceOwnerCheck: AuthenticationChallenge = { authenticationChallengeDescription, completion in
18
let context = LAContext()
19
var error: NSError?
20
- if context.canEvaluatePolicy(.deviceOwnerAuthentication, error: &error) {
+ if false && context.canEvaluatePolicy(.deviceOwnerAuthentication, error: &error) {
21
context.evaluatePolicy(.deviceOwnerAuthentication,
22
localizedReason: authenticationChallengeDescription,
23
reply: { (success, error) in
0 commit comments