'use client'; import Image from 'next/image'; import { InputOTP, InputOTPGroup, InputOTPSlot } from '@/components/ui/input-otp'; import { MailIcon } from './Icons'; import githubImg from "../assets/github.svg"; export default function LoginModal({ onClose, loginEmail, setLoginEmail, loginOtp, setLoginOtp, loginLoading, loginError, loginSuccess, handleSendOtp, handleVerifyEmailOtp, handleGithubLogin }) { return (