1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 16:23:29 +00:00

token refresh bad requests are to be treated as unauthorized

This commit is contained in:
Kyle Spearrin
2017-02-10 19:16:23 -05:00
parent 4a0fc5ca0e
commit b90ce2a2af
4 changed files with 11 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ using System.Threading.Tasks;
using Bit.App.Abstractions;
using Bit.App.Models.Api;
using Plugin.Connectivity.Abstractions;
using System.Net;
namespace Bit.App.Repositories
{