otection:Close", { bubbles: true, composed: true }) ); } handleClickLearnMore(event) { const win = event.target.ownerGlobal; if (event.target === this.learnMoreLinkEl) { win.openWebLinkIn(LINKS.SUPPORT_URL, "tab"); this.dispatchEvent( new CustomEvent("IPProtection:Close", { bubbles: true, composed: true }) ); } } render() { return html`

`; } } customElements.define( "ipprotection-signedout", IPProtectionSignedOutContentElement ); PK