From a50e12ad6443c4a8fe314c726802063d49ac5694 Mon Sep 17 00:00:00 2001 From: maamalama Date: Wed, 18 Sep 2024 18:58:35 -0700 Subject: [PATCH] we are back --- web/pages/signin.tsx | 7 ------- web/pages/signup.tsx | 7 ------- 2 files changed, 14 deletions(-) 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;