mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
isSelfHost
This commit is contained in:
parent
787dcc68a8
commit
11ede29f9a
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit c0e7e588ed59832a6f579ff63d85bfcdfb400d78
|
||||
Subproject commit 20622db73c5c2a56777944bb06f32a21bf2e763f
|
@ -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.');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user