Skip to content

Commit

Permalink
Fix redirect URL port
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 19, 2024
1 parent 8f48868 commit 4159eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/browser/test-app/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function AppContainer() {
// Login will redirect the user away so that they can log in the OIDC issuer,
// and back to the provided redirect URL (which should be controlled by your app).
await login({
redirectUrl: "http://localhost:3001",
redirectUrl: "http://localhost:3000",
oidcIssuer: issuer,
clientName: APP_NAME,
});
Expand Down

0 comments on commit 4159eb3

Please sign in to comment.