login with GitHub замени на логин с помощью гугла и соц сетей
This commit is contained in:
parent
6dd65ef464
commit
2cccceca59
1 changed files with 3 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue