Skip to content

Commit

Permalink
fix(ai-client): remove incorrect change of prod auth0 audience (#17063)
Browse files Browse the repository at this point in the history
  • Loading branch information
y3rsh authored Dec 6, 2024
1 parent 5405714 commit 7671c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentrons-ai-client/src/resources/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const STAGING_AUTH0_AUDIENCE = 'https://staging.opentrons.ai/api'

// auth0 for production
export const PROD_AUTH0_CLIENT_ID = 'b5oTRmfMY94tjYL8GyUaVYHhMTC28X8o'
export const PROD_AUTH0_AUDIENCE = 'https://ai.opentrons.com/api'
export const PROD_AUTH0_AUDIENCE = 'https://opentrons.ai/api'

// auth0 for local
export const LOCAL_AUTH0_CLIENT_ID = 'PcuD1wEutfijyglNeRBi41oxsKJ1HtKw'
Expand Down

0 comments on commit 7671c31

Please sign in to comment.