Skip to content

Commit

Permalink
SDK-1741: Add biometric consent to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston committed Sep 15, 2020
1 parent 3fc5fe1 commit 0df8601
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/doc-scan/views/pages/success.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
<td>User Tracking ID</td>
<td><%= sessionResult.getUserTrackingId() %></td>
</tr>
<% if (sessionResult.getBiometricConsentTimestamp()) { %>
<tr>
<td>Biometric Consent Timestamp</td>
<td>
<%= sessionResult.getBiometricConsentTimestamp() %>
</td>
</tr>
<% } %>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 0df8601

Please sign in to comment.