1
0
mirror of https://github.com/bitwarden/mobile synced 2025-01-22 14:40:05 +01:00

Device-Identifier header

This commit is contained in:
Kyle Spearrin 2016-08-06 10:45:16 -04:00
parent 8c8db7c34b
commit 503561d838

View File

@ -18,7 +18,7 @@ namespace Bit.App
}
if(!string.IsNullOrWhiteSpace(appIdService.AppId))
{
Headers.Add("DeviceIdentifier", appIdService.AppId);
Headers.Add("Device-Identifier", appIdService.AppId);
}
}