1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-23 16:13:21 +00:00

fix: topological sort not using injection token as key

This commit is contained in:
Andreas Coroiu
2026-01-21 09:59:59 +01:00
parent 5dfaf03219
commit a5fb35b282
5 changed files with 208 additions and 51 deletions

View File

@@ -564,8 +564,8 @@ const safeProviders: SafeProvider[] = [
}),
initializableProvider(InitService),
initializableProvider(SdkLoadService),
// initializableProvider(flagEnabled("sdk") ? DefaultSdkLoadService : NoopSdkLoadService),
initializableProvider(SshAgentService),
initializableProvider(NativeMessagingService),
];
@NgModule({