- ${showClose &&
- html `
-
- `}
- `;
- }
- _renderImprovAuthorized() {
- let error;
- switch (this._improvErrorState) {
- case 3 /* ImprovErrorState.UNABLE_TO_CONNECT */:
- error = "Unable to connect";
- break;
- case 0 /* ImprovErrorState.NO_ERROR */:
- break;
- default:
- error = `Unknown error (${this._improvErrorState})`;
- }
- return html `
-
- Enter the credentials of the Wi-Fi network that you want
- ${this.client.name || "your device"} to connect to.
- ${hasIdentifyCapability(this._improvCapabilities)
- ? html `
-
- `
- : ""}
-
- Enter the credentials of the Wi-Fi network that you want
- ${this.client.name||"your device"} to connect to.
- ${e=this._improvCapabilities,1==(1&e)?P`
-
- `:""}
-