Skip to content

Commit

Permalink
SDK-2385: Update IDV example project defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilPank committed Jun 28, 2024
1 parent 4883dc4 commit 4ee5f30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/doc-scan/app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public function show(Request $request, DocScanClient $client)
->withRequestedCheck(
(new RequestedLivenessCheckBuilder())
->forStaticLiveness()
->withMaxRetries(3)
->build()
)
->withRequestedCheck(
Expand Down Expand Up @@ -128,7 +129,7 @@ public function show(Request $request, DocScanClient $client)
->withSdkConfig(
(new SdkConfigBuilder())
->withAllowsCameraAndUpload()
->withPrimaryColour('#eee')
->withPrimaryColour('#2875BC')
->withSecondaryColour('#FFFFFF')
->withFontColour('#FFFFFF')
->withLocale('en-GB')
Expand Down Expand Up @@ -172,4 +173,4 @@ public function show(Request $request, DocScanClient $client)
])
]);
}
}
}

0 comments on commit 4ee5f30

Please sign in to comment.