Skip to content

Commit

Permalink
Use stable version of text locales url
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiught committed Oct 16, 2023
1 parent 7b0e97e commit 53a105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/prompts_custom_text.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
const (
textDocsKey = "__doc__"
textDocsURL = "https://auth0.com/docs/customize/universal-login-pages/customize-login-text-prompts"
textLocalesURL = "https://cdn.auth0.com/ulp/react-components/development/languages/%s/prompts.json"
textLocalesURL = "https://cdn.auth0.com/ulp/react-components/1.66.3/languages/%s/prompts.json"
textLanguageDefault = "en"
)

Expand Down

0 comments on commit 53a105e

Please sign in to comment.