diff --git a/web/pages/signin.tsx b/web/pages/signin.tsx
index a201ff95a3..5c7d527a56 100644
--- a/web/pages/signin.tsx
+++ b/web/pages/signin.tsx
@@ -61,13 +61,6 @@ const SignIn = ({
ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"}
>
-
- <>>} className="flex flex-col">
-
- We are having issues with auth right now, we'll be back soon.
-
-
-
{
const { data, error } = await supabase.auth.signInWithPassword({
diff --git a/web/pages/signup.tsx b/web/pages/signup.tsx
index ad2a912da0..365bae6572 100644
--- a/web/pages/signup.tsx
+++ b/web/pages/signup.tsx
@@ -40,13 +40,6 @@ const SignUp = () => {
ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"}
>
{demo === "true" && }
-
- <>>} className="flex flex-col">
-
- We are having issues with auth right now, we'll be back soon.
-
-
-
{
const origin = window.location.origin;