diff --git a/app/soapbox/features/auth_login/components/registration_form.tsx b/app/soapbox/features/auth_login/components/registration_form.tsx index 65c3c3e6d..6dd2a4b2c 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, Input, Textarea } from 'soapbox/components/ui'; +import { Form, FormGroup, FormActions, Button, Input, Textarea } 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'; @@ -228,120 +228,130 @@ const RegistrationForm: React.FC = ({ inviteToken }) => { return (
-
-
- {usernameUnavailable && ( -
- -
- )} - - - - - {passwordMismatch && ( -
- -
- )} - - - {birthdayRequired && - } - {needsApproval && ( - } - hintText={} - > -