mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 13:43:32 +00:00
identity server client for auth
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Bit.App.Repositories
|
||||
return tokenStateResponse;
|
||||
}
|
||||
|
||||
using(var client = HttpService.Client)
|
||||
using(var client = HttpService.ApiClient)
|
||||
{
|
||||
var requestMessage = new TokenHttpRequestMessage(request)
|
||||
{
|
||||
@@ -65,7 +65,7 @@ namespace Bit.App.Repositories
|
||||
return HandledNotConnected();
|
||||
}
|
||||
|
||||
using(var client = HttpService.Client)
|
||||
using(var client = HttpService.ApiClient)
|
||||
{
|
||||
var requestMessage = new TokenHttpRequestMessage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user