Skip to content

Commit

Permalink
SDK-2311:Added set setting for biometric consent screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Jul 7, 2023
1 parent 397c10e commit 7a5fb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/doc-scan/app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public function show(Request $request, DocScanClient $client)
->withSuccessUrl(config('app.url') . '/success')
->withErrorUrl(config('app.url') . '/error')
->withPrivacyPolicyUrl(config('app.url') . '/privacy-policy')
->withBiometricConsentFlow('EARLY')
->build()
)
->withRequiredDocument(
Expand Down

0 comments on commit 7a5fb99

Please sign in to comment.