{# # My Account Login / Register Form (Bootstrap 5 Override) # # Login and optional registration form for the My Account page. # This is distinct from global/form-login.html.twig (inline checkout login). # # WooCommerce PHP equivalent: myaccount/form-login.php # # @package WcBootstrap # @since 0.1.0 #} {{ do_action('woocommerce_before_customer_login_form') }} {% set registration_enabled = get_option('woocommerce_enable_myaccount_registration') == 'yes' %}