import { Layout } from "./Layout.tsx"; export const RegisterPage = ( { initialCode = "" }: { initialCode?: string }, ) => { return (

Create Account

Register a secure hardware token or passkey using your invite code.

Tip:{" "} You can use your phone (via QR code / Bluetooth), biometric sensor (Touch ID, Windows Hello), password manager (1Password, Bitwarden, Chrome), or USB security key (YubiKey).
Setting up passkey... Follow the prompt on your device.
); };