Your Success Page
{{ 'customer.login.title' | t }}
{% form 'customer_login' %} {{ form.errors | default_errors }} {% if form.password_needed %} {% comment %} Customer Account Login {% endcomment %} {{ 'customer.login.forgot_password' | t }} {% endif %} {% unless shop.checkout.guest_login %}
{{ 'customer.login.new_customer_label' | t }} {{ 'customer.login.sign_up_html' | t | customer_register_link }}
{% endunless %} {% endform %} {% if shop.checkout.guest_login %} {{ 'customer.login.or' | t }} {% form 'guest_login' %} {% endform %} {% endif %}