1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

User agent

This commit is contained in:
Bernd Schoolmann
2025-11-19 10:03:40 +01:00
parent 9733ef0a3e
commit de9d7b0318
6 changed files with 33 additions and 0 deletions

View File

@@ -219,4 +219,8 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
getAutofillKeyboardShortcut(): Promise<string> {
return null;
}
userAgentPart(): Promise<string> {
return Promise.resolve("");
}
}