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 ed5cd62 commit 236bc89Copy full SHA for 236bc89
examples/doc_scan/templates/success.html
@@ -34,6 +34,12 @@ <h1>Get Session Result</h1>
34
<td>User Tracking ID</td>
35
<td>{{ session_result.user_tracking_id }}</td>
36
</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 %}
43
</tbody>
44
</table>
45
</div>
0 commit comments