Skip to content

Commit

Permalink
update application id
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaya-panda1 committed Feb 29, 2024
1 parent c20be3c commit 558229e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pages/examples/boilerplate/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function initAuth(title) {
</div>`;

var authContextProperties = {
clientId: "b5f3b2a2-0ec3-4c9d-adfd-447e528f24ac",
clientId: "cc59318f-d764-4db0-bf8e-52e42d3c9c2e",
cacheLocation: "localStorage",
};
authContext = new AuthenticationContext(authContextProperties);
Expand Down

0 comments on commit 558229e

Please sign in to comment.