mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
switch back to bearer
This commit is contained in:
parent
068f5771b2
commit
2efe8b4186
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace Bit.App
|
||||||
|
|
||||||
if(!string.IsNullOrWhiteSpace(tokenService.Token))
|
if(!string.IsNullOrWhiteSpace(tokenService.Token))
|
||||||
{
|
{
|
||||||
Headers.Add("Authorization", $"Bearer3 {tokenService.Token}");
|
Headers.Add("Authorization", $"Bearer {tokenService.Token}");
|
||||||
}
|
}
|
||||||
if(!string.IsNullOrWhiteSpace(appIdService.AppId))
|
if(!string.IsNullOrWhiteSpace(appIdService.AppId))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue