Skip to content

Commit

Permalink
disable sign ups
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Oct 7, 2023
1 parent 1bed73f commit 45db0c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/docs/src/app/getting-started/api-key/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import APIKey from './APIKey'

# Your API Key

<APIKey/>
{/* <APIKey/> */}

Follow the [Basics](/playgrounds/overview) to start using the SDK.

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/app/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ With E2B, you can create AI playgrounds. In these AI playgrounds, you can let yo
arrow="right"
children="Getting Started"
/>
<ButtonLoginToken />
{/* <ButtonLoginToken /> */}
</div>

## Start cloud playground
Expand Down
9 changes: 6 additions & 3 deletions apps/docs/src/components/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,18 @@ export const Auth = function () {
) : (
<div className="flex items-center justify-center gap-3">
{/* @ts-ignore */}
<Button
{/* <Button
onClick={() => signIn()}
variant="textTernary"
className="whitespace-nowrap text-xs"
>
Sign up to get your API key
</Button>
</Button> */}
<div className="text-xs font-bold text-amber-600">
{"We're experiencing unusually high traffic. Sign ups are temporily disabled"}
</div>
{/* @ts-ignore */}
<Button onClick={() => signIn()}>Sign In</Button>
{/* <Button onClick={() => signIn()}>Sign In</Button> */}
</div>
)}
</>
Expand Down

1 comment on commit 45db0c9

@vercel
Copy link

@vercel vercel bot commented on 45db0c9 Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

e2b-docs – ./apps/docs

e2b-docs-e2b.vercel.app
e2b-docs-git-main-e2b.vercel.app
e2b-docs.vercel.app

Please sign in to comment.