Export AuthProviders, DefaultProviderSettings and ProviderSettingsItem (#3249)

`Settings` allows to pass `providerSettings`, but right now there isn't a way to constuct them out of the existing components as they aren't exported.
This commit is contained in:
Oliver Sand
2020-11-06 11:43:58 +01:00
committed by GitHub
parent 199237d2fb
commit 5a2705de23
4 changed files with 25 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-user-settings': patch
---
Export `AuthProviders`, `DefaultProviderSettings` and `ProviderSettingsItem`.