diff --git a/space/components/views/auth.tsx b/space/components/views/auth.tsx
index 28ae94419..c951bbf5e 100644
--- a/space/components/views/auth.tsx
+++ b/space/components/views/auth.tsx
@@ -50,7 +50,7 @@ export const AuthView = observer(() => {
-
@@ -159,5 +159,4 @@ const ForgotPasswordPage: NextPage = () => {
);
};
-
export default ForgotPasswordPage;
diff --git a/space/pages/accounts/reset-password.tsx b/space/pages/accounts/reset-password.tsx
index 7ea610e4f..a8d232d97 100644
--- a/space/pages/accounts/reset-password.tsx
+++ b/space/pages/accounts/reset-password.tsx
@@ -79,7 +79,7 @@ const ResetPasswordPage: NextPage = () => {
diff --git a/web/components/account/auth-forms/auth-banner.tsx b/web/components/account/auth-forms/auth-banner.tsx
index 6d805e5bf..191d7a0a7 100644
--- a/web/components/account/auth-forms/auth-banner.tsx
+++ b/web/components/account/auth-forms/auth-banner.tsx
@@ -13,7 +13,7 @@ export const AuthBanner: FC
= (props) => {
if (!bannerData) return <>>;
return (
-
+
diff --git a/web/components/account/auth-forms/email.tsx b/web/components/account/auth-forms/email.tsx
index f5225811c..573dc59e6 100644
--- a/web/components/account/auth-forms/email.tsx
+++ b/web/components/account/auth-forms/email.tsx
@@ -38,7 +38,7 @@ export const AuthEmailForm: FC
= observer((props) => {
const isButtonDisabled = email.length === 0 || Boolean(emailError?.email) || isSubmitting;
return (
-
diff --git a/web/components/account/auth-forms/password.tsx b/web/components/account/auth-forms/password.tsx
index 9c4d2150e..de3d813e1 100644
--- a/web/components/account/auth-forms/password.tsx
+++ b/web/components/account/auth-forms/password.tsx
@@ -98,7 +98,7 @@ export const AuthPasswordForm: React.FC = observer((props: Props) => {
return (
);
});
diff --git a/web/components/account/auth-forms/sign-up-root.tsx b/web/components/account/auth-forms/sign-up-root.tsx
index 25b996ae0..ec5fbd1d3 100644
--- a/web/components/account/auth-forms/sign-up-root.tsx
+++ b/web/components/account/auth-forms/sign-up-root.tsx
@@ -91,7 +91,7 @@ export const SignUpAuthRoot: FC = observer(() => {
);
return (
-