Device-Identifier header
This commit is contained in:
parent
8c8db7c34b
commit
503561d838
|
@ -18,7 +18,7 @@ namespace Bit.App
|
||||||
}
|
}
|
||||||
if(!string.IsNullOrWhiteSpace(appIdService.AppId))
|
if(!string.IsNullOrWhiteSpace(appIdService.AppId))
|
||||||
{
|
{
|
||||||
Headers.Add("DeviceIdentifier", appIdService.AppId);
|
Headers.Add("Device-Identifier", appIdService.AppId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue