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:
committed by
GitHub
parent
a139fb5def
commit
7835d01456
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user