"use client"; import Link from "next/link"; import { useActionState } from "react"; import { CircleNotch, Buildings, Users, Presentation, Lightning } from '@/lib/icons'; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Label } from "@/components/ui/label"; import { cn } from "@/lib/utils"; import { signInAction } from "@/lib/appwrite/auth-actions"; import { initialAuthState } from "@/lib/appwrite/auth-types"; export function LoginForm1({ className, inviteCode, ...props }: React.ComponentProps<"div"> & { inviteCode?: string }) { const [state, formAction, isPending] = useActionState(signInAction, initialAuthState); return (
Emlak CRM
Kovak Yazılım
İlanlar, müşteriler, akıllı eşleşme ve sunumlar — ekibinizle birlikte, her yerden.
{title}
{desc}
Emlak CRM
Kovak Yazılım · kovaksoft.com
Hesabınıza giriş yaparak devam edin
Davete katılmak için giriş yapın.
)}Hesabınız yok mu?{" "} Hesap oluştur