Skip to content

Commit

Permalink
Update OAuth client secret
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Jun 5, 2024
1 parent fa976b3 commit d465b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/utils/oauth2/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package oauth2

const (
Auth0ClientId = "XY4m3uRYoW6S0dK9ypXmM0Wc2bzUAdXW"
Auth0ClientId = "A4ONXSaOGstwwir0zUztoI6zjyt9zsRH"
Auth0URL = "https://login.pinecone.io"
Auth0Audience = "https://us-central1-production-console.cloudfunctions.net/api/v1"
)

0 comments on commit d465b16

Please sign in to comment.