mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-18664] Prevent display of Auth Request notification on triggering device (#13597)
* Send device identifier in header. * Added null to apiUrl property for strict typing. * Added null to apiUrl for strict typing.
This commit is contained in:
@@ -1863,7 +1863,7 @@ export class ApiService implements ApiServiceAbstraction {
|
||||
body: any,
|
||||
authed: boolean,
|
||||
hasResponse: boolean,
|
||||
apiUrl?: string,
|
||||
apiUrl?: string | null,
|
||||
alterHeaders?: (headers: Headers) => void,
|
||||
): Promise<any> {
|
||||
const env = await firstValueFrom(this.environmentService.environment$);
|
||||
|
||||
Reference in New Issue
Block a user