We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cd7b4 commit edf8386Copy full SHA for edf8386
‎ios/Onfido.swift‎
@@ -46,7 +46,7 @@ class Onfido: NSObject {
46
.withApplicantId(id)
47
.withAppearance(appearance)
48
.withDocumentStep(ofType: .nationalIdentityCard, andCountryCode: countryId)
49
- .withFaceStep(ofVariant: .photo(withConfiguration: PhotoStepConfiguration(showSelfieIntroScreen: false)))
+ .withFaceStep(ofVariant: .photo(withConfiguration: nil))
50
.withCustomLocalization()
51
.build()
52
0 commit comments