1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-30 04:28:19 +02: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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);
},
);
}