From 16322e8d6c8075418eecc940398542c5d00d2afd Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 30 Apr 2022 11:54:24 -0500 Subject: [PATCH] Add /signup route --- app/soapbox/containers/soapbox.tsx | 1 + app/soapbox/features/auth_layout/index.tsx | 3 ++- app/soapbox/features/public_layout/components/header.tsx | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/soapbox/containers/soapbox.tsx b/app/soapbox/containers/soapbox.tsx index bd3af006d..7bae3a216 100644 --- a/app/soapbox/containers/soapbox.tsx +++ b/app/soapbox/containers/soapbox.tsx @@ -170,6 +170,7 @@ const SoapboxMount = () => { + diff --git a/app/soapbox/features/auth_layout/index.tsx b/app/soapbox/features/auth_layout/index.tsx index c8b2c1bb9..283791ce9 100644 --- a/app/soapbox/features/auth_layout/index.tsx +++ b/app/soapbox/features/auth_layout/index.tsx @@ -10,7 +10,7 @@ import { Card, CardBody } from '../../components/ui'; import LoginPage from '../auth_login/components/login_page'; import PasswordReset from '../auth_login/components/password_reset'; import PasswordResetConfirm from '../auth_login/components/password_reset_confirm'; -// import EmailConfirmation from '../email_confirmation'; +import RegistrationForm from '../auth_login/components/registration_form'; import Verification from '../verification'; import EmailPassthru from '../verification/email_passthru'; @@ -45,6 +45,7 @@ const AuthLayout = () => { + diff --git a/app/soapbox/features/public_layout/components/header.tsx b/app/soapbox/features/public_layout/components/header.tsx index 70f2fcf46..d01f37ebd 100644 --- a/app/soapbox/features/public_layout/components/header.tsx +++ b/app/soapbox/features/public_layout/components/header.tsx @@ -96,7 +96,7 @@ const Header = () => { {(isOpen || features.pepe && pepeOpen) && (