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:
@@ -564,8 +564,8 @@ const safeProviders: SafeProvider[] = [
|
||||
}),
|
||||
initializableProvider(InitService),
|
||||
initializableProvider(SdkLoadService),
|
||||
// initializableProvider(flagEnabled("sdk") ? DefaultSdkLoadService : NoopSdkLoadService),
|
||||
initializableProvider(SshAgentService),
|
||||
initializableProvider(NativeMessagingService),
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
|
||||
Reference in New Issue
Block a user