import React, { useState } from 'react'; import { useForm, Head, Link } from '@inertiajs/react'; import { CheckCircle, Eye, EyeOff, Loader2, AlertTriangle, Info, XCircle, Users, DollarSign, MessageSquare } from 'lucide-react'; export default function Login({ flash }) { const { data, setData, post, processing, errors } = useForm({ email: '', password: '', remember: false, }); const [showPassword, setShowPassword] = useState(false); const handleSubmit = (e) => { e.preventDefault(); post('/employer/login'); }; return (
Sign in to review your shortlisted candidates, manage interview schedules, and communicate directly.
Sign in to your employer portal to continue searching
employer@example.compending@example.comrejected@example.comexpired@example.compasswordNew employer?{' '} Create account