1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-05 18:13:36 +00:00

exposed password check

This commit is contained in:
Kyle Spearrin
2019-04-27 00:19:44 -04:00
parent 5e114e8074
commit 8fa2ef863f
6 changed files with 88 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ namespace Bit.Core.Services
private readonly ICryptoFunctionService _cryptoFunctionService;
private readonly IApiService _apiService;
private HttpClient _httpClient;
private HttpClient _httpClient = new HttpClient();
public AuditService(
ICryptoFunctionService cryptoFunctionService,