Skip to content

Commit

Permalink
we are back
Browse files Browse the repository at this point in the history
  • Loading branch information
maamalama committed Sep 19, 2024
1 parent 45fcd19 commit a50e12a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions web/pages/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ const SignIn = ({
ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"}
>
<div>
<div className="p-4 bg-[#F8FEFF]">
<InfoBox icon={() => <></>} className="flex flex-col">
<span className="text-red-600 text-sm font-semibold">
We are having issues with auth right now, we&apos;ll be back soon.
</span>
</InfoBox>
</div>
<AuthForm
handleEmailSubmit={async (email: string, password: string) => {
const { data, error } = await supabase.auth.signInWithPassword({
Expand Down
7 changes: 0 additions & 7 deletions web/pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ const SignUp = () => {
ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"}
>
{demo === "true" && <InfoBanner />}
<div className="p-4 bg-[#F8FEFF]">
<InfoBox icon={() => <></>} className="flex flex-col">
<span className="text-red-600 text-sm font-semibold">
We are having issues with auth right now, we&apos;ll be back soon.
</span>
</InfoBox>
</div>
<AuthForm
handleEmailSubmit={async (email: string, password: string) => {
const origin = window.location.origin;
Expand Down

0 comments on commit a50e12a

Please sign in to comment.