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

rename LoginService to LoginComponentService to avoid confusion with the LoginStrategyService

This commit is contained in:
rr-bw
2024-09-14 13:27:13 -07:00
parent d49c044ccc
commit 0bb18eb36c
13 changed files with 54 additions and 37 deletions

View File

@@ -12,8 +12,8 @@ import {
DefaultRegistrationFinishService,
AnonLayoutWrapperDataService,
DefaultAnonLayoutWrapperDataService,
LoginService,
DefaultLoginService,
LoginComponentService,
DefaultLoginComponentService,
} from "@bitwarden/auth/angular";
import {
AuthRequestServiceAbstraction,
@@ -1311,8 +1311,8 @@ const safeProviders: SafeProvider[] = [
deps: [],
}),
safeProvider({
provide: LoginService,
useClass: DefaultLoginService,
provide: LoginComponentService,
useClass: DefaultLoginComponentService,
deps: [
CryptoFunctionServiceAbstraction,
EnvironmentService,