diff --git a/app/soapbox/features/auth_layout/index.tsx b/app/soapbox/features/auth_layout/index.tsx index d4f6517bd..21eb1a8b5 100644 --- a/app/soapbox/features/auth_layout/index.tsx +++ b/app/soapbox/features/auth_layout/index.tsx @@ -12,6 +12,7 @@ import PasswordReset from '../auth_login/components/password_reset'; import PasswordResetConfirm from '../auth_login/components/password_reset_confirm'; import RegistrationForm from '../auth_login/components/registration_form'; import ExternalLoginForm from '../external_login/components/external-login-form'; +import Footer from '../public_layout/components/footer'; import RegisterInvite from '../register_invite'; import Verification from '../verification'; import EmailPassthru from '../verification/email_passthru'; @@ -41,9 +42,9 @@ const AuthLayout = () => {
-
-
-
+
+
+
@@ -63,7 +64,7 @@ const AuthLayout = () => { )}
-
+
@@ -88,6 +89,10 @@ const AuthLayout = () => {
+ +
+