use bearer3 still for now
This commit is contained in:
parent
55777d33ad
commit
43bae6c05b
|
@ -15,7 +15,7 @@ namespace Bit.App
|
|||
|
||||
if(!string.IsNullOrWhiteSpace(tokenService.Token))
|
||||
{
|
||||
Headers.Add("Authorization", $"Bearer {tokenService.Token}");
|
||||
Headers.Add("Authorization", $"Bearer3 {tokenService.Token}");
|
||||
}
|
||||
if(!string.IsNullOrWhiteSpace(appIdService.AppId))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue