1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-30 04:17:55 +02:00

use bearer3 still for now

This commit is contained in:
Kyle Spearrin 2017-08-30 14:23:07 -04:00
parent 55777d33ad
commit 43bae6c05b

View File

@ -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))
{