Graylog2 / graylog-plugin-auth-sso

SSO support for Graylog through trusted HTTP headers set by load balancers or authentication proxies
Other
50 stars 13 forks source link

Use named imports #24

Closed edmundoa closed 7 years ago

edmundoa commented 7 years ago

Due to our plugin architecture, if this plugin is loaded first, it may not include the code necessary to run ChosenSelectInput.

By using the named import, webpack will resolved the needed files and the issue will be gone.

This is a temporary solution, we are currently rethinking our web plugin architecture.

The change should be cherry-picked into the 1.0 branch.