Skip to content

Commit

Permalink
add checks for client id
Browse files Browse the repository at this point in the history
  • Loading branch information
Konzisam committed Dec 9, 2024
1 parent 8ce5d8b commit 108404f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const { cognitoAuthority, client_id, localURL } = config;

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

const cognitoAuthConfig = {
authority: cognitoAuthority,
Expand Down

0 comments on commit 108404f

Please sign in to comment.