import { Spinner } from '@automattic/components'; import { useTranslate } from 'i18n-calypso'; export default function WaitForKey() { const translate = useTranslate(); return (

{ translate( 'Waiting for security key' ) }

{ translate( 'Connect and touch your security key to register it, or follow the directions in your browser or pop-up.' ) }

); }