1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

chore/SRE-583 Deprecate usage of Auth-Email Header (#14418)

* chore/SRE-583 Deprecate usage of Auth-Email Header

* SRE-583 additional cleanup

* SRE-583 removed Utils

* SRE-583 formatting

---------

Co-authored-by: sneakernuts <671942+sneakernuts@users.noreply.github.com>
This commit is contained in:
bitwarden-charlie
2025-08-08 09:26:03 -05:00
committed by GitHub
parent a139fb5def
commit 7835d01456
3 changed files with 0 additions and 10 deletions

View File

@@ -197,7 +197,6 @@ export class ApiService implements ApiServiceAbstraction {
if (this.customUserAgent != null) {
headers.set("User-Agent", this.customUserAgent);
}
request.alterIdentityTokenHeaders(headers);
const identityToken =
request instanceof UserApiTokenRequest