{showOauthControls && (
)}
{showOauthControls && (
{t('checkout.auth_step.google_helper')}
)}
{(googleAuth?.error || facebookAuth?.error) && (
{authErrorTitle}
{facebookAuth?.error ?? googleAuth?.error}
)}
{mode === 'register' ? (
selectedPackage && (
)
) : (
)}
);
};