Skip to content

Commit 236bc89

Browse files
committed
SDK-1739: Add biometric consent timestamp to demo
1 parent ed5cd62 commit 236bc89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/doc_scan/templates/success.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ <h1>Get Session Result</h1>
3434
<td>User Tracking ID</td>
3535
<td>{{ session_result.user_tracking_id }}</td>
3636
</tr>
37+
{% if session_result.biometric_consent_timestamp is not none %}
38+
<tr>
39+
<td>Biometric Consent Timestamp</td>
40+
<td>{{ session_result.biometric_consent_timestamp }}</td>
41+
</tr>
42+
{% endif %}
3743
</tbody>
3844
</table>
3945
</div>

0 commit comments

Comments
 (0)