Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

we are back #2659

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading