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:
@@ -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>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user