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

Authenticate

Use your registered hardware key or passkey to log in.

Instruction:

  • Insert your hardware token (e.g. YubiKey) into the USB port.
  • Or prepare to scan a QR code if using a mobile device passkey.
Waiting for authenticator... Please follow the prompt.
); };