use bearer3 still for now

This commit is contained in:
Kyle Spearrin 2017-08-30 14:23:07 -04:00
parent 55777d33ad
commit 43bae6c05b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace Bit.App
if(!string.IsNullOrWhiteSpace(tokenService.Token)) if(!string.IsNullOrWhiteSpace(tokenService.Token))
{ {
Headers.Add("Authorization", $"Bearer {tokenService.Token}"); Headers.Add("Authorization", $"Bearer3 {tokenService.Token}");
} }
if(!string.IsNullOrWhiteSpace(appIdService.AppId)) if(!string.IsNullOrWhiteSpace(appIdService.AppId))
{ {