diff --git a/website/src/pages/account/edit.tsx b/website/src/pages/account/edit.tsx
index 040278f9..9142eb7e 100644
--- a/website/src/pages/account/edit.tsx
+++ b/website/src/pages/account/edit.tsx
@@ -40,7 +40,6 @@ export default function Account() {
content="Conversational AI for everyone. An open source project to create a chat enabled GPT LLM run by LAION and contributors around the world."
/>
-
{session.user.name || "No username"}
{session.user.email}
-
>
);
}
diff --git a/website/src/pages/account/index.tsx b/website/src/pages/account/index.tsx
index 276236bc..112e3cc9 100644
--- a/website/src/pages/account/index.tsx
+++ b/website/src/pages/account/index.tsx
@@ -38,7 +38,6 @@ export default function Account() {
content="Conversational AI for everyone. An open source project to create a chat enabled GPT LLM run by LAION and contributors around the world."
/>
-