Skip to content

Commit

Permalink
fix auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
eliyabar committed Oct 15, 2023
1 parent 5d4f9fc commit c79a72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const LC_CLIENT_ID = 'BHXcVtapfKPEpZtYO3AJ2Livmz6j7xK0'
export const LC_API_URL = 'https://app.livecycle.run'
export const LC_AUTH_URL = 'https://livecycle.us.auth0.com'
export const LC_AUTH_URL = 'https://auth.livecycle.dev'

0 comments on commit c79a72b

Please sign in to comment.