1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-21 02:33:37 +00:00

[chore] Update recent KeyConnector changes to use stateService

This commit is contained in:
addison
2021-11-09 14:21:14 -05:00
parent e3edffd462
commit 4c1a48c92e
8 changed files with 57 additions and 85 deletions

View File

@@ -49,14 +49,9 @@ export class LoginCommand {
protected i18nService: I18nService, protected environmentService: EnvironmentService,
protected passwordGenerationService: PasswordGenerationService,
protected cryptoFunctionService: CryptoFunctionService, protected platformUtilsService: PlatformUtilsService,
<<<<<<< HEAD
protected stateService: StateService, protected cryptoService: CryptoService,
protected policyService: PolicyService, clientId: string, private syncService: SyncService) {
=======
protected userService: UserService, protected cryptoService: CryptoService,
protected policyService: PolicyService, clientId: string, private syncService: SyncService,
protected keyConnectorService: KeyConnectorService) {
>>>>>>> master
this.clientId = clientId;
}