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

Fix faulty expected value for allow_fallback option #903

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

HPiirainen
Copy link
Contributor

@HPiirainen HPiirainen commented May 30, 2024

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

allow_fallback option was expected to return a boolean value, but is actually returning a string value of 'true'|'false'. This blocks the fallback URI from ever being shown on the options page.

References

#902

Testing

Checklist

  • I have added documentation for new/changed functionality in this PR or in auth0.com/docs
  • All active GitHub checks for tests, formatting, and security are passing
  • The correct base branch is being used, if not the default branch

@HPiirainen HPiirainen requested a review from a team as a code owner May 30, 2024 16:03
@evansims
Copy link
Member

evansims commented Jun 3, 2024

Great catch, thanks @HPiirainen. Appreciate the contribution!

@evansims evansims merged commit cf97588 into auth0:5.x Jun 3, 2024
2 checks passed
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