Skip to content

Commit a1ac474

Browse files
committed
SDK-1129: Normalise indentation in example projects html files
1 parent faf21a0 commit a1ac474

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/yoti_example_django/yoti_example/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ <h3 class="yoti-sponsor-app-header">The Yoti app is free to download and use:</h
7070
window.Yoti.Share.init({
7171
"elements": [{
7272
"domId": "yoti-share-button",
73-
"clientSdkId": "{{client_sdk_id}}",
74-
"scenarioId": "{{scenario_id}}",
73+
"clientSdkId": "{{client_sdk_id}}",
74+
"scenarioId": "{{scenario_id}}",
7575
"button": {
7676
"label": "Use Yoti"
7777
}

examples/yoti_example_flask/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ <h3 class="yoti-sponsor-app-header">The Yoti app is free to download and use:</h
7070
window.Yoti.Share.init({
7171
"elements": [{
7272
"domId": "yoti-share-button",
73-
"clientSdkId": "{{client_sdk_id}}",
74-
"scenarioId": "{{scenario_id}}",
73+
"clientSdkId": "{{client_sdk_id}}",
74+
"scenarioId": "{{scenario_id}}",
7575
"button": {
7676
"label": "Use Yoti"
7777
}

0 commit comments

Comments
 (0)