mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 18:13:36 +00:00
exposed password check
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user