Skip to content

Commit be8d1a1

Browse files
committed
SDK-1744: Add biometric consent timestamp to demo
1 parent 60ba56b commit be8d1a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/doc-scan/resources/views/success.blade.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
<td>User Tracking ID</td>
3838
<td>{{ $sessionResult->getUserTrackingId() }}</td>
3939
</tr>
40+
@if ($sessionResult->getBiometricConsentTimestamp())
41+
<tr>
42+
<td>Biometric Consent Timestamp</td>
43+
<td>
44+
{{ $sessionResult->getBiometricConsentTimestamp()->format('r') }}
45+
</td>
46+
</tr>
47+
@endif
4048
</tbody>
4149
</table>
4250
</div>

0 commit comments

Comments
 (0)