Skip to content

Commit

Permalink
fix trailing error in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Konzisam committed Dec 8, 2024
1 parent 0fd55b3 commit 41aef61
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 @@ -10,7 +10,7 @@ const { cognitoAuthority, client_id, localURL } = config;

const url_test = `${localURL}callback`
console.log(url_test);
console.log(cognitoAuthority)
console.log("authority:", cognitoAuthority)
console.log(client_id)

const cognitoAuthConfig = {
Expand Down

0 comments on commit 41aef61

Please sign in to comment.