import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card' import { Button } from '@/components/ui/button' import Link from 'next/link' import { Monitor, AlertTriangle, ArrowLeft } from 'lucide-react' export default function AuthErrorPage() { return (
RemoteLink
Authentication Error Something went wrong during authentication. This could be due to an expired link or an invalid request.

If you continue to experience issues, please contact support or try again later.

) }