From 149b52f831fd5c64db4ca2f4c2ab3ccd3ef4c0e8 Mon Sep 17 00:00:00 2001 From: chan Date: Fri, 17 Apr 2026 10:25:45 +0900 Subject: [PATCH] id lowercase --- docker/staging_pull_compose.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \