From 31a371ecb9e0d8f8875a1ead88b406b73ff3fe16 Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 3 Feb 2026 13:01:50 +0100 Subject: [PATCH] Update consumer name for Id 2 in repository config Changed the "Name" field for consumer Id 2 from "sign-flow-gen" to "sign-flow" in consumer-repository.json. No other fields were affected. --- src/DigitalData.Auth.API/consumer-repository.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DigitalData.Auth.API/consumer-repository.json b/src/DigitalData.Auth.API/consumer-repository.json index ee57b4c..def8307 100644 --- a/src/DigitalData.Auth.API/consumer-repository.json +++ b/src/DigitalData.Auth.API/consumer-repository.json @@ -14,7 +14,7 @@ }, { "Id": 2, - "Name": "sign-flow-gen", + "Name": "sign-flow", "Audience": "sign-flow.digitaldata.works", "Password": "Gpm63fny0W63Klc2eWC" }