Skip to content

Commit

Permalink
git change the deployment url
Browse files Browse the repository at this point in the history
  • Loading branch information
Konzisam committed Dec 8, 2024
1 parent 0b29460 commit 88417fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ console.log(client_id)
const cognitoAuthConfig = {
authority: cognitoAuthority,
client_id,
redirect_uri: `${localURL}/callback`,
redirect_uri: `${localURL}callback`,
response_type: "code",
scope: "email openid phone",
};
Expand Down

0 comments on commit 88417fd

Please sign in to comment.