mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
isSelfHost
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: c0e7e588ed...20622db73c
@@ -122,6 +122,10 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
|
||||
return process.env.BWCLI_ENV === 'development';
|
||||
}
|
||||
|
||||
isSelfHost(): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
copyToClipboard(text: string, options?: any): void {
|
||||
throw new Error('Not implemented.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user