{% extends "_market/_layouts/auth" %} {% if currentUser %} {% if market.vendors.getCurrentVendor() %} {% redirect url('market') %} {% else %} {% redirect url('/') %} {% endif %} {% endif %} {% set title = 'Login'|t('market') %} {% block main %}
{% include '_market/_layouts/_logo.html' with { class: 'w-full text-brand-500' } %}

Sign in to your account

{% set settings = market.plugin.getSettings() %} {% if settings and settings.applyToSell %}

Or apply to sell with us

{% endif %}
{{ csrfInput() }} {{ actionInput('users/login') }} {{ redirectInput('market') }}
{% if errorMessage is defined %}
{# Heroicon name: solid/exclamation-circle #}

{{ errorMessage }}

{% endif %}
{% endblock %}