1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

Modified to use the correct header. (#7817)

This commit is contained in:
Todd Martin
2024-02-05 15:03:03 -05:00
committed by GitHub
parent 3887aa7dbd
commit 78bd44b276

View File

@@ -83,7 +83,7 @@ export class DevicesApiServiceImplementation implements DevicesApiServiceAbstrac
false,
null,
(headers) => {
headers.set("X-Device-Identifier", deviceIdentifier);
headers.set("Device-Identifier", deviceIdentifier);
},
);
}