refactor: Remove unnused OAuth2
This commit is contained in:
parent
3e83540eab
commit
185327fd6b
2 changed files with 0 additions and 24 deletions
|
|
@ -41,18 +41,6 @@ export default function LoginPage(): JSX.Element {
|
|||
<span className="mb-6 text-2xl font-semibold text-primary">
|
||||
Sign in to Langflow
|
||||
</span>
|
||||
<div className="flex w-full items-center justify-center gap-2">
|
||||
<Button variant="primary" className="w-full py-6">
|
||||
<IconComponent name="FaApple" className="h-6 w-6" />
|
||||
</Button>
|
||||
<Button variant="primary" className="w-full py-6">
|
||||
<IconComponent name="FaGithub" className="h-6 w-6" />
|
||||
</Button>
|
||||
<Button variant="primary" className="w-full py-6">
|
||||
<IconComponent name="GoogleSearchRun" className="h-6 w-6" />
|
||||
</Button>
|
||||
</div>
|
||||
<span className="text-sm text-muted-foreground">or</span>
|
||||
<div className="mb-3 w-full">
|
||||
<Form.Field name="username">
|
||||
<Form.Label className="data-[invalid]:label-invalid">
|
||||
|
|
|
|||
|
|
@ -41,18 +41,6 @@ export default function SignUp(): JSX.Element {
|
|||
<span className="mb-6 text-2xl font-semibold text-primary">
|
||||
Sign up to Langflow
|
||||
</span>
|
||||
<div className="flex w-full items-center justify-center gap-2">
|
||||
<Button variant="primary" className="w-full py-6">
|
||||
<IconComponent name="FaApple" className="h-6 w-6" />
|
||||
</Button>
|
||||
<Button variant="primary" className="w-full py-6">
|
||||
<IconComponent name="FaGithub" className="h-6 w-6" />
|
||||
</Button>
|
||||
<Button variant="primary" className="w-full py-6">
|
||||
<IconComponent name="GoogleSearchRun" className="h-6 w-6" />
|
||||
</Button>
|
||||
</div>
|
||||
<span className="text-sm text-muted-foreground">or</span>
|
||||
<div className="mb-3 w-full">
|
||||
<Form.Field name="username">
|
||||
<Form.Label className="data-[invalid]:label-invalid">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue