diff --git a/apps/frontend/src/components/auth/register.tsx b/apps/frontend/src/components/auth/register.tsx index 8c514961..a5242a3c 100644 --- a/apps/frontend/src/components/auth/register.tsx +++ b/apps/frontend/src/components/auth/register.tsx @@ -13,6 +13,7 @@ import { useSearchParams } from 'next/navigation'; import { LoadingComponent } from '@gitroom/frontend/components/layout/loading'; import interClass from '@gitroom/react/helpers/inter.font'; import { isGeneral } from '@gitroom/react/helpers/is.general'; +import clsx from 'clsx'; type Inputs = { email: string; @@ -155,7 +156,22 @@ export function RegisterAfter({ placeholder="Company" /> -