1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

setup launchSsoBrowserWindow() for Desktop

This commit is contained in:
rr-bw
2024-09-14 12:59:51 -07:00
parent da18b42f80
commit d88606a6fd
7 changed files with 44 additions and 23 deletions

View File

@@ -222,11 +222,11 @@ const safeProviders: SafeProvider[] = [
provide: LoginService,
useClass: WebLoginService,
deps: [
SsoLoginServiceAbstraction,
PasswordGenerationServiceAbstraction,
CryptoFunctionServiceAbstraction,
EnvironmentService,
PasswordGenerationServiceAbstraction,
PlatformUtilsServiceAbstraction,
SsoLoginServiceAbstraction,
],
}),
];