We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2b35e commit bf3ccfdCopy full SHA for bf3ccfd
1 file changed
internal/cli/prompts_custom_text.go
@@ -15,7 +15,7 @@ import (
15
const (
16
textDocsKey = "__doc__"
17
textDocsURL = "https://auth0.com/docs/customize/universal-login-pages/customize-login-text-prompts"
18
- textLocalesURL = "https://cdn.auth0.com/ulp/react-components/1.138.0/languages/%s/prompts.json"
+ textLocalesURL = "https://cdn.auth0.com/ulp/react-components/1.159.0/languages/%s/prompts.json"
19
textLanguageDefault = "en"
20
)
21
0 commit comments