mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
isSelfHost
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: c0e7e588ed...20622db73c
@@ -200,6 +200,10 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
|||||||
return process.env.ENV === 'development';
|
return process.env.ENV === 'development';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
isSelfHost(): boolean {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
copyToClipboard(text: string, options?: any): void {
|
copyToClipboard(text: string, options?: any): void {
|
||||||
const doc = options ? options.doc : window.document;
|
const doc = options ? options.doc : window.document;
|
||||||
if ((window as any).clipboardData && (window as any).clipboardData.setData) {
|
if ((window as any).clipboardData && (window as any).clipboardData.setData) {
|
||||||
|
|||||||
Reference in New Issue
Block a user