Merge pull request #33364 from backstage/rugvip/auth-provider-icon-element

frontend-plugin-api: accept IconElement in AuthProviderInfo
This commit is contained in:
Patrik Oldsberg
2026-03-16 16:10:13 +01:00
committed by GitHub
8 changed files with 44 additions and 15 deletions
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
The login request dialog now handles auth provider icons passed as `IconElement` in addition to `IconComponent`.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-user-settings': patch
---
The `ProviderSettingsItem` `icon` prop now accepts `IconElement` in addition to `IconComponent`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
The `icon` field on `AuthProviderInfo` now accepts `IconElement` in addition to `IconComponent`, letting you pass `<MyIcon />` instead of `MyIcon`.