mirror of
https://github.com/bitwarden/mobile
synced 2025-12-23 03:33:59 +00:00
Device-Identifier header
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Bit.App
|
||||
}
|
||||
if(!string.IsNullOrWhiteSpace(appIdService.AppId))
|
||||
{
|
||||
Headers.Add("DeviceIdentifier", appIdService.AppId);
|
||||
Headers.Add("Device-Identifier", appIdService.AppId);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user