mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
hint page
This commit is contained in:
@@ -345,7 +345,7 @@ namespace Bit.Core.Services
|
||||
var responseJsonString = await response.Content.ReadAsStringAsync();
|
||||
return JsonConvert.DeserializeObject<TResponse>(responseJsonString);
|
||||
}
|
||||
else if(response.IsSuccessStatusCode)
|
||||
else if(!response.IsSuccessStatusCode)
|
||||
{
|
||||
var error = await HandleErrorAsync(response, false);
|
||||
throw new ApiException(error);
|
||||
|
||||
Reference in New Issue
Block a user