Skip to content

Commit

Permalink
fix: remove redirect uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Jone-Torgersen committed Jan 23, 2025
1 parent 41c3adf commit 8ef91b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions frontend/.env.local
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
NEXT_PUBLIC_API_URL=http://localhost:5001/api
NEXT_PUBLIC_REDIRECT_URI=http://localhost:3000
NEXT_PUBLIC_API_URL=http://localhost:5001/api
1 change: 0 additions & 1 deletion frontend/src/app/auth/authConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export const msalConfig = {
auth: {
clientId: '2f3f1b63-3f3d-4389-bf65-c43d09ff8aa5',
authority: `https://login.microsoftonline.com/c317fa72-b393-44ea-a87c-ea272e8d963d`,
redirectUri: process.env.NEXT_PUBLIC_REDIRECT_URI,
},
cache: {
cacheLocation: "localStorage",
Expand Down

0 comments on commit 8ef91b5

Please sign in to comment.