'use client' import { SocialButton } from './SocialButton' import Link from 'next/link' import { toast } from 'sonner' import DiscordButton from './DiscordButton' import GoogleButton from './GoogleButton' export function LoginForm() { const handleAppleLogin = () => { toast.info('Apple Sign In', { description: 'Apple登录功能正在开发中...', }) } return (

Log in/Sign up

Chat, Crush, AI Date

{/* } onClick={handleAppleLogin} > Continue with Apple */}

By continuing, you agree to CrushLevel's{' '} User Agreement {' '} and{' '} Privacy Policy

) }