Skip to content

Commit 43e4d3e

Browse files
committed
make sure the login screen doesn't load entrypoints meant for the backoffice client (only simple extensions are supported on the login screen)
1 parent a15c8dd commit 43e4d3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Umbraco.Web.UI.Login/src/controllers/slim-backoffice-initializer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import {
2-
UmbBundleExtensionInitializer,
3-
UmbEntryPointExtensionInitializer,
42
UmbServerExtensionRegistrator
53
} from "@umbraco-cms/backoffice/extension-api";
64
import { umbExtensionsRegistry } from "@umbraco-cms/backoffice/extension-registry";
@@ -23,8 +21,6 @@ export class UmbSlimBackofficeController extends UmbControllerBase {
2321

2422
constructor(host: UmbElement) {
2523
super(host);
26-
new UmbBundleExtensionInitializer(host, umbExtensionsRegistry);
27-
new UmbEntryPointExtensionInitializer(host, umbExtensionsRegistry);
2824
new UmbServerExtensionRegistrator(host, umbExtensionsRegistry).registerPublicExtensions();
2925

3026
this.#umbIconRegistry.attach(host);

0 commit comments

Comments
 (0)