1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +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:
Todd Martin
2025-02-27 10:00:52 -05:00
committed by GitHub
parent 182ff6481d
commit ec488e4f84
3 changed files with 16 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ export abstract class ApiService {
body: any,
authed: boolean,
hasResponse: boolean,
apiUrl?: string,
apiUrl?: string | null,
alterHeaders?: (headers: Headers) => void,
) => Promise<any>;