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