diff --git a/src/components/Onboarding/step-create-account.tsx b/src/components/Onboarding/step-create-account.tsx index e2d7dd10d..b7383c4fd 100644 --- a/src/components/Onboarding/step-create-account.tsx +++ b/src/components/Onboarding/step-create-account.tsx @@ -1,4 +1,4 @@ -import { Button, Card, Group, PasswordInput, Stack, TextInput, Title } from '@mantine/core'; +import { Button, Card, Group, PasswordInput, Stack, Text, TextInput, Title } from '@mantine/core'; import { useForm } from '@mantine/form'; import { IconArrowLeft, IconArrowRight } from '@tabler/icons-react'; import { signIn } from 'next-auth/react'; @@ -56,6 +56,10 @@ export const StepCreateAccount = ({