diff --git a/.changeset/fair-rabbits-greet.md b/.changeset/fair-rabbits-greet.md new file mode 100644 index 0000000000..c8f40b3ab7 --- /dev/null +++ b/.changeset/fair-rabbits-greet.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-app': patch +--- + +Fixed extra app elements not being rendered as part of apps without a sign-in page. diff --git a/plugins/app/src/extensions/AppRoot.tsx b/plugins/app/src/extensions/AppRoot.tsx index b973178e3a..1aeb7b9537 100644 --- a/plugins/app/src/extensions/AppRoot.tsx +++ b/plugins/app/src/extensions/AppRoot.tsx @@ -249,6 +249,7 @@ export function AppRouter(props: AppRouterProps) { return ( + {...extraElements} {children}