mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 02:19:18 +00:00
User agent
This commit is contained in:
@@ -219,4 +219,8 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
getAutofillKeyboardShortcut(): Promise<string> {
|
||||
return null;
|
||||
}
|
||||
|
||||
userAgentPart(): Promise<string> {
|
||||
return Promise.resolve("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user