We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5405714 commit 7671c31Copy full SHA for 7671c31
opentrons-ai-client/src/resources/constants.ts
@@ -25,7 +25,7 @@ export const STAGING_AUTH0_AUDIENCE = 'https://staging.opentrons.ai/api'
25
26
// auth0 for production
27
export const PROD_AUTH0_CLIENT_ID = 'b5oTRmfMY94tjYL8GyUaVYHhMTC28X8o'
28
-export const PROD_AUTH0_AUDIENCE = 'https://ai.opentrons.com/api'
+export const PROD_AUTH0_AUDIENCE = 'https://opentrons.ai/api'
29
30
// auth0 for local
31
export const LOCAL_AUTH0_CLIENT_ID = 'PcuD1wEutfijyglNeRBi41oxsKJ1HtKw'
0 commit comments