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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user