client/app/bundles/users/pages/ResendConfirmationEmailLandingPage.tsx
Function ResendConfirmationEmailLandingPage
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ResendConfirmationEmailLandingPage = (): JSX.Element => {
const { t } = useTranslation();
const email = useEmailFromLocationState();
if (!email) return <Navigate to="/users/confirmation/new" />;
- Create a ticketCreate a ticket