+ ${t("login.failure.insecure.title")}
+ ${t("login.failure.insecure.stepHttps")}
+
+ `;
+ }
+ const externalAuthKey = this.externalTabAuthKey(info, false);
+ if (
+ info.requiresGatewayAuth === true &&
+ this.externalAuthUnavailableKey === externalAuthKey
+ ) {
+ return html`
+