Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use stable version of text locales url #878

Conversation

sergiught
Copy link
Contributor

🔧 Changes

Use stable version of text locales url instead of development.

📚 References

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@sergiught sergiught requested a review from a team as a code owner October 16, 2023 13:29
@@ -242,10 +241,6 @@ func mergeBrandingTextTranslations(
}

for key, text := range translations {
if strings.HasPrefix(key, "error") || strings.HasPrefix(key, "devKeys") || key == "usernameOnlyPlaceholder" {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went through the entire list of default translations and there aren't really any that start with devKeys, but there are valid ones that start with error that should be within the returned result.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work, things have changed a bit since this feature was first developed.

@sergiught sergiught merged commit 0b7a7c4 into feature/auth0-universal-login-customize Oct 16, 2023
8 checks passed
@sergiught sergiught deleted the patch/fix-default-translations-url branch October 16, 2023 13:37
sergiught added a commit that referenced this pull request Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants