Skip to content

Commit cabceaf

Browse files
committed
update code
1 parent 0efe471 commit cabceaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FaceLiveness/Views/Liveness/FaceLivenessDetectionView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public struct FaceLivenessDetectorView: View {
7878
credentialsProvider: AWSCredentialsProvider? = nil,
7979
region: String,
8080
disableStartView: Bool = false,
81-
challengeOptions: ChallengeOptions,
81+
challengeOptions: ChallengeOptions = .init(),
8282
isPresented: Binding<Bool>,
8383
onCompletion: @escaping (Result<Void, FaceLivenessDetectionError>) -> Void,
8484
captureSession: LivenessCaptureSession

0 commit comments

Comments
 (0)