diff --git a/common/src/services/auth.service.ts b/common/src/services/auth.service.ts index 96530c44..e27c77cf 100644 --- a/common/src/services/auth.service.ts +++ b/common/src/services/auth.service.ts @@ -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) { }