1
0
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:
addison
2021-11-09 16:11:50 -05:00
parent 935aa08efa
commit 03bba4188d

View File

@@ -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) {
}