1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

add launchSsoBrowserWindow() to default service

This commit is contained in:
rr-bw
2024-09-14 12:05:39 -07:00
parent 66072f66e8
commit da18b42f80
9 changed files with 184 additions and 84 deletions

View File

@@ -1313,7 +1313,13 @@ const safeProviders: SafeProvider[] = [
safeProvider({
provide: LoginService,
useClass: DefaultLoginService,
deps: [],
deps: [
SsoLoginServiceAbstraction,
PasswordGenerationServiceAbstraction,
CryptoFunctionServiceAbstraction,
EnvironmentService,
PlatformUtilsServiceAbstraction,
],
}),
];