Skip to content

Commit

Permalink
Merge branch 'master' into Block-Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentlybro authored Oct 11, 2024
2 parents 8dbc576 + c1f9741 commit 50d0a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogpt_platform/frontend/src/app/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export default function LoginPage() {
return (
<div className="flex h-[80vh] items-center justify-center">
<div className="w-full max-w-md space-y-6 rounded-lg p-8 shadow-md">
<div className="mb-6 space-y-2">
{/* <div className="mb-6 space-y-2">
<Button
className="w-full"
onClick={() => handleSignInWithProvider("google")}
Expand Down Expand Up @@ -145,7 +145,7 @@ export default function LoginPage() {
<FaDiscord className="mr-2 h-4 w-4" />
Sign in with Discord
</Button>
</div>
</div> */}
<Form {...form}>
<form onSubmit={form.handleSubmit(onLogin)}>
<FormField
Expand Down

0 comments on commit 50d0a1e

Please sign in to comment.