diff --git a/docker/staging_pull_compose.template.yaml b/docker/staging_pull_compose.template.yaml index d777511a..225a1d0c 100644 --- a/docker/staging_pull_compose.template.yaml +++ b/docker/staging_pull_compose.template.yaml @@ -304,7 +304,7 @@ services: --token-endpoint-auth-method none \ --redirect-uri "$${DEVFRONT_CALLBACK_URLS:-http://localhost:5174/auth/callback}" - upsert_client "orgFront" \ + upsert_client "orgfront" \ --name "OrgFront" \ --grant-type authorization_code,refresh_token \ --response-type code \