${msg(\"Select one of the options below to continue.\")}
`;\n }\n const fields = (this.challenge?.userFields || []).sort();\n // Check if the field should be *only* email to set the input type\n if (fields.includes(UserFieldsEnum.Email) && fields.length === 1) {\n type = \"email\";\n }\n const uiFields: { [key: string]: string } = {\n [UserFieldsEnum.Username]: msg(\"Username\"),\n [UserFieldsEnum.Email]: msg(\"Email\"),\n [UserFieldsEnum.Upn]: msg(\"UPN\"),\n };\n const label = OR_LIST_FORMATTERS.format(fields.map((f) => uiFields[f]));\n return html`${this.challenge.flowDesignation === FlowDesignationEnum.Recovery\n ? html`\n\n ${msg(\n \"Enter the email associated with your account, and we'll send you a link to reset your password.\",\n )}\n
\n `\n : nothing}\n