Skip to content

Commit e04af70

Browse files
committed
fixing participant page in archiving sample app
1 parent 2ca9765 commit e04af70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/Archiving/templates/participant.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ <h3 class="panel-title">Instructions</h3>
4949
</div>
5050

5151
<script>
52-
var sessionId = "{{ sessionId }}";
53-
var apiKey = "{{ apiKey }}";
52+
var sessionId = "{{ session_id }}";
53+
var apiKey = "{{ api_key }}";
5454
var token = "{{ token }}";
5555
</script>
5656
<script src="{{ url_for('static', filename='js/participant.js') }}"></script>

0 commit comments

Comments
 (0)