1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 04:33:38 +00:00

Merge branch 'main' into km/move-keygen-ownership

This commit is contained in:
Bernd Schoolmann
2025-07-03 17:44:07 +02:00
committed by GitHub
11 changed files with 150 additions and 48 deletions

View File

@@ -108,6 +108,14 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
return false;
}
supportsAutofill(): boolean {
return false;
}
supportsFileDownloads(): boolean {
return false;
}
showToast(
type: "error" | "success" | "warning" | "info",
title: string,