{ createInterpolateElement(
__( 'Passkeys improve security and speed up the login process by using authentication built into your device instead of passwords. This can mean biometrics like Face ID, Touch ID, or Windows Hello. If your device doesn’t have those capabilities, don’t worry, you can still use passkeys.', 'it-l10n-ithemes-security-pro' ),
{
b: ,
}
) }
{ __( ' Advanced users can also use external security keys like a YubiKey or Titan Key.', 'it-l10n-ithemes-security-pro' ) }
{ __( 'When authenticating with a passkey, your personal information never leaves your device. Hackers can’t leak passkeys or trick you into sharing them.', 'it-l10n-ithemes-security-pro' ) }
{ ' ' }
{ credentials.length === 0 && (
) }
{ credentials.length > 0 && (
<>
{ __( 'Registered Passkeys', 'it-l10n-ithemes-security-pro' ) }
{ credentials.map( ( credential ) => (
) ) }
>
) }