We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isTouchIDAllowed
1 parent d4a528a commit b0a1761Copy full SHA for b0a1761
1 file changed
PasscodeLock/PasscodeLock/PasscodeLock.swift
@@ -23,7 +23,7 @@ public class PasscodeLock: PasscodeLockType {
23
}
24
25
public var isTouchIDAllowed: Bool {
26
- return isTouchIDEnabled() && lockState.isTouchIDAllowed
+ return isTouchIDEnabled() && configuration.isTouchIDAllowed && lockState.isTouchIDAllowed
27
28
29
private var lockState: PasscodeLockStateType
0 commit comments