{hasSent ? (
]
}
/>
) : (
)}
{isError && (
{rateLimited
? t('too_many_requests')
: t('generic_something_went_wrong')}
)}
>
}
action={
hasSent ? (
<>
{isLoading ? (
<>
>
) : (
{t('resend_confirmation_email')}
)}
>
) : (
{isLoading ? (
<>
>
) : (
t('confirm_affiliation')
)}
)
}
/>