login with GitHub замени на логин с помощью гугла и соц сетей

This commit is contained in:
Vadym 2025-07-03 14:40:41 +00:00
parent 6dd65ef464
commit 2cccceca59

View file

@ -4,7 +4,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com
import { Input } from '@/components/ui/input';
import { Label } from '@/components/ui/label';
import { Logo } from '@/components/logo';
import { Github } from 'lucide-react';
import { Globe } from 'lucide-react';
export default function LoginPage() {
return (
@ -34,8 +34,8 @@ export default function LoginPage() {
<Link href="/dashboard">Login</Link>
</Button>
<Button variant="outline" className="w-full">
<Github className="mr-2 h-4 w-4" />
Login with GitHub
<Globe className="mr-2 h-4 w-4" />
логин с помощью гугла и соц сетей
</Button>
</div>
<div className="mt-4 text-center text-sm">