mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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';
|
return process.env.BWCLI_ENV === 'development';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
isSelfHost(): boolean {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
copyToClipboard(text: string, options?: any): void {
|
copyToClipboard(text: string, options?: any): void {
|
||||||
throw new Error('Not implemented.');
|
throw new Error('Not implemented.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user