mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
SRE-2329 remove auth-email header (#784)
This commit is contained in:
@@ -31,7 +31,4 @@ export class PasswordTokenRequest extends TokenRequest implements CaptchaProtect
|
|||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
alterIdentityTokenHeaders(headers: Headers) {
|
|
||||||
headers.set("Auth-Email", Utils.fromUtf8ToUrlB64(this.email));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user