1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

isSelfHost

This commit is contained in:
Kyle Spearrin
2018-06-30 13:51:25 -04:00
parent 787dcc68a8
commit 11ede29f9a
2 changed files with 5 additions and 1 deletions

2
jslib

Submodule jslib updated: c0e7e588ed...20622db73c

View File

@@ -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.');
}