From cfa56c37e4432526f0746a0f18be6ea35fc989d0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 05:05:37 +0000 Subject: [PATCH 1/2] Initial plan From 916fffae5dd14c83065334393cac5eea589b955e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 13 Mar 2026 05:06:56 +0000 Subject: [PATCH 2/2] fix: set Unauthenticated as auth provider in docker image dab-config.json Co-authored-by: Aniruddh25 <3513779+Aniruddh25@users.noreply.github.com> --- dab-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dab-config.json b/dab-config.json index adc4f37fb8..6c0acfebd3 100644 --- a/dab-config.json +++ b/dab-config.json @@ -28,7 +28,7 @@ "allow-credentials": false }, "authentication": { - "provider": "Simulator" + "provider": "Unauthenticated" }, "mode": "development" }