Skip to content

Commit 7671c31

Browse files
authored
fix(ai-client): remove incorrect change of prod auth0 audience (#17063)
1 parent 5405714 commit 7671c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentrons-ai-client/src/resources/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const STAGING_AUTH0_AUDIENCE = 'https://staging.opentrons.ai/api'
2525

2626
// auth0 for production
2727
export const PROD_AUTH0_CLIENT_ID = 'b5oTRmfMY94tjYL8GyUaVYHhMTC28X8o'
28-
export const PROD_AUTH0_AUDIENCE = 'https://ai.opentrons.com/api'
28+
export const PROD_AUTH0_AUDIENCE = 'https://opentrons.ai/api'
2929

3030
// auth0 for local
3131
export const LOCAL_AUTH0_CLIENT_ID = 'PcuD1wEutfijyglNeRBi41oxsKJ1HtKw'

0 commit comments

Comments
 (0)