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

task(settings,react): Add feature flag component that supports list of oauth client ids #15637

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Aug 1, 2023

  1. task(settings,react): Add feature flag component that supports list o…

    …f oauth client ids
    
    Because:
    - We want to feature flag certain features for certain oauth clients
    - We want to be able to wrap this component around a view to feature flag it
    
    This Commit:
    - Adds config `oauth.reactClientIdsEnabled` to flag oauth client that
    - Adds oauth client feature flag component to settings, which uses the config setting above and a 'wrapper' pattern.
    - Adds a general feature flag wrapper component to fxa-react.
    dschom committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    099343f View commit details
    Browse the repository at this point in the history