\n {providersLen > 0 && (\n <>\n
\n {fider.settings.oauth.map((o) => (\n \n \n \n ))}\n
\n {props.useEmail &&
}\n >\n )}\n\n {props.useEmail &&\n (showEmailForm ? (\n
\n
\n Enter your email address to sign in\n
\n
\n {!fider.session.tenant.isEmailAuthAllowed && (\n
\n Currently only allowed to sign in to an administrator account\n
\n )}\n
\n ) : (\n
\n
\n \n Email authentication has been disabled by an administrator. If you have an administrator account and need to bypass this restriction, please{\" \"}\n \n click here\n \n .\n \n
\n
\n ))}\n
\n )\n}\n","import React from \"react\"\nimport { formatDate, timeSince } from \"@fider/services\"\n\ninterface MomentText {\n locale: string\n date: Date | string\n format?: \"relative\" | \"full\" | \"short\" | \"date\"\n}\n\nexport const Moment = (props: MomentText) => {\n if (!props.date) {\n return