From 368330d4ad93b904b3c7ef3a56ce6d01852eb99f Mon Sep 17 00:00:00 2001 From: vishnuabhrapudi <58915530+vishnuabhrapudi@users.noreply.github.com> Date: Wed, 6 May 2020 10:10:28 +0530 Subject: [PATCH] Update environment.prod.ts --- Source/QuestionsTabApp/src/environments/environment.prod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/QuestionsTabApp/src/environments/environment.prod.ts b/Source/QuestionsTabApp/src/environments/environment.prod.ts index 760fe61..ab853d0 100644 --- a/Source/QuestionsTabApp/src/environments/environment.prod.ts +++ b/Source/QuestionsTabApp/src/environments/environment.prod.ts @@ -6,7 +6,7 @@ export const environment = { authConfig: { instance: "https://login.microsoftonline.com/", tenantId: "7520da05-6887-4d9d-9876-45bbf886ac78", - clientId: "27b21da8-20e9-4da0-a39b-fd5e68bcf1c0", + clientId: "62a0eea7-3c79-450e-8083-ab31364d45a3", redirectUri: "/app-silent-end", cacheLocation: "localStorage", navigateToLoginRequestUrl: false,