From 558229e351403370a048a967c58f386a30361ae5 Mon Sep 17 00:00:00 2001 From: Tanmaya Panda Date: Thu, 29 Feb 2024 11:11:33 +0530 Subject: [PATCH] update application id --- .github/workflows/build.yaml | 2 +- pages/examples/boilerplate/auth.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e5a2bb3..6ed1a20 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - run: git push - name: Azure Static Website Deploy - uses: feeloor/azure-static-website-deploy@v0.1.2 + uses: feeloor/azure-static-website-deploy@master env: # The name of the directory you want to upload SOURCE_DIR: "./pages/examples" diff --git a/pages/examples/boilerplate/auth.js b/pages/examples/boilerplate/auth.js index 1aab08d..976f1d1 100644 --- a/pages/examples/boilerplate/auth.js +++ b/pages/examples/boilerplate/auth.js @@ -29,7 +29,7 @@ function initAuth(title) { `; var authContextProperties = { - clientId: "b5f3b2a2-0ec3-4c9d-adfd-447e528f24ac", + clientId: "cc59318f-d764-4db0-bf8e-52e42d3c9c2e", cacheLocation: "localStorage", }; authContext = new AuthenticationContext(authContextProperties);