1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

Fixed rename that missed CLI.

This commit is contained in:
Todd Martin
2025-05-17 18:48:51 -04:00
parent 8f9452d727
commit 147ecd83a4

View File

@@ -112,7 +112,7 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
return false;
}
supportsBlobDownlaods(): boolean {
supportsFileDownloads(): boolean {
return false;
}