1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +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

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