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:
@@ -108,6 +108,10 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
|
||||
return false;
|
||||
}
|
||||
|
||||
supportsSyncDomains(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
showToast(
|
||||
type: "error" | "success" | "warning" | "info",
|
||||
title: string,
|
||||
|
||||
Reference in New Issue
Block a user