diff --git a/app/soapbox/features/auth_login/components/registration_form.tsx b/app/soapbox/features/auth_login/components/registration_form.tsx index 6dd2a4b2c..eafbbd9d0 100644 --- a/app/soapbox/features/auth_login/components/registration_form.tsx +++ b/app/soapbox/features/auth_login/components/registration_form.tsx @@ -10,7 +10,7 @@ import { accountLookup } from 'soapbox/actions/accounts'; import { register, verifyCredentials } from 'soapbox/actions/auth'; import { openModal } from 'soapbox/actions/modals'; import BirthdayInput from 'soapbox/components/birthday_input'; -import { Form, FormGroup, FormActions, Button, Input, Textarea } from 'soapbox/components/ui'; +import { Form, FormGroup, FormActions, Button, Input, Textarea, Text } from 'soapbox/components/ui'; import CaptchaField from 'soapbox/features/auth_login/components/captcha'; import { Checkbox } from 'soapbox/features/forms'; import { useAppSelector, useAppDispatch, useSettings, useFeatures } from 'soapbox/hooks'; @@ -229,9 +229,9 @@ const RegistrationForm: React.FC = ({ inviteToken }) => {
{usernameUnavailable && ( -
+ -
+ )}