Skip to content

Commit

Permalink
BCDA-7973: Fix client secrets not showing
Browse files Browse the repository at this point in the history
Fixes a problem where client secrets weren't being loaded.
  • Loading branch information
austincanada committed Apr 16, 2024
1 parent ae984cc commit 3d1dd2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/guide/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Client Secret:
{%- capture client_secret -%}
{{site.data.credentials.small.client_id}}
{{site.data.credentials.small.client_secret}}
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Small ACO (2,500 synthetic beneficiaries)' type='Client Secret' %}
Expand All @@ -43,7 +43,7 @@

Client Secret:
{%- capture client_secret -%}
{{site.data.credentials.medium.client_id}}
{{site.data.credentials.medium.client_secret}}
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Medium ACO (7,500 synthetic beneficiaries)' type='Client Secret' %}
Expand All @@ -60,7 +60,7 @@

Client Secret:
{%- capture client_secret -%}
{{site.data.credentials.large.client_id}}
{{site.data.credentials.large.client_secret}}
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Large ACO (20,000 synthetic beneficiaries)' type='Client Secret' %}
Expand All @@ -77,7 +77,7 @@

Client Secret:
{%- capture client_secret -%}
{{site.data.credentials.extra_large.client_id}}
{{site.data.credentials.extra_large.client_secret}}
{%- endcapture -%}

{% include copy_snippet.md code=client_secret aco='Extra-Large ACO (30,000 synthetic beneficiaries)' type='Client Secret' %}
Expand Down

0 comments on commit 3d1dd2c

Please sign in to comment.