mirror of
https://github.com/bitwarden/jslib
synced 2026-01-21 03:43:55 +00:00
[bug] Add missing service arguement
This commit is contained in:
@@ -104,7 +104,7 @@ export class AuthService implements AuthServiceAbstraction {
|
||||
private i18nService: I18nService, protected platformUtilsService: PlatformUtilsService,
|
||||
private messagingService: MessagingService, private vaultTimeoutService: VaultTimeoutService,
|
||||
private logService: LogService, protected cryptoFunctionService: CryptoFunctionService,
|
||||
private keyConnectorService: KeyConnectorService,
|
||||
private keyConnectorService: KeyConnectorService, protected environmentService: EnvironmentService,
|
||||
protected stateService: StateService, private setCryptoKeys = true) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user