1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

fix warnings

This commit is contained in:
Kyle Spearrin
2019-05-29 08:27:58 -04:00
parent 02552d0b24
commit 5cdccc7527
2 changed files with 1 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ namespace Bit.Core.Services
private readonly IPlatformUtilsService _platformUtilsService;
private readonly Func<bool, Task> _logoutCallbackAsync;
private string _deviceType;
private bool _usingBaseUrl = false;
public ApiService(
ITokenService tokenService,
@@ -50,7 +49,6 @@ namespace Bit.Core.Services
UrlsSet = true;
if(!string.IsNullOrWhiteSpace(urls.Base))
{
_usingBaseUrl = true;
ApiBaseUrl = urls.Base + "/api";
IdentityBaseUrl = urls.Base + "/identity";
return;