1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-25 17:13:24 +00:00

Added feature support property for sync domains

This commit is contained in:
Todd Martin
2025-05-09 20:38:24 -04:00
parent 96ab8165f9
commit ba824c87d1
6 changed files with 22 additions and 21 deletions

View File

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