// src/components/SignInOverlay.jsx import React from 'react'; import { useAuth } from '../auth/AuthProvider'; export default function SignInOverlay() { const { signIn, isLoading, error, clearError } = useAuth(); return (
API Test Harness
Sign in with your organization account to access the test dashboard.