client/app/bundles/users/pages/ConfirmEmailPage.tsx
Function ConfirmEmailPage
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const ConfirmEmailPage = (): JSX.Element => {
const { t } = useTranslation();
const email = useLoaderData() as string;
- Create a ticketCreate a ticket