import { Layout } from "./Layout.tsx"; export const LoginPage = () => { return (

Welcome Back

Sign in securely using your biometric passkey or hardware key.

{/* Primary Biometric Hero Button */} {/* Loading Indicator */}
{/* Progressive Disclosure for Non-Resident Keys & Recovery */}
Advanced & Recovery Options

Only required if using legacy, non-discoverable security keys.

🔑 Lost device? Reconstruct account with Recovery Voucher
); };