Skip to content

Commit

Permalink
ENH:changes in admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Charvit123 committed Aug 9, 2023
1 parent 2759e41 commit 481e2dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
2 changes: 2 additions & 0 deletions admin/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ function App() {

if (result) {
makeJWTRequest(result);
} else {
//cmnt
}

const handleSignOut = async () => {
Expand Down
4 changes: 2 additions & 2 deletions admin/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import "./index.css";
const pca = new PublicClientApplication({
auth: {
// client id for localhost
// clientId: "a423badd-7501-4057-a0e1-b9479dce0ed5",
clientId: "a423badd-7501-4057-a0e1-b9479dce0ed5",

//client id for hosted version
clientId: "4e1d9379-d4c4-49d1-be76-20b13d0af0b4",
// clientId: "4e1d9379-d4c4-49d1-be76-20b13d0af0b4",
authority:
"https://login.microsoftonline.com/05b07524-f2af-411a-b5a9-a5fee6228712",
redirectUri: "/",
Expand Down
13 changes: 0 additions & 13 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 481e2dd

Please sign in to comment.