${
options.email
? `
${
options.rememberMe
? `
`
: ""
}`
: ""
}${
options.magicLink
? `
`
: ""
}${
options.email
? `
`
: ""
}${
options.passkey
? `
`
: ``
}${
options.socialProviders.length > 0
? `
${options.socialProviders
.map((provider: string) => {
const icon =
socialProviders[provider as keyof typeof socialProviders]
?.stringIcon || "";
return ``;
})
.join("\n\t\t\t\t\t")}
`
: ""
}