{% if page.loginType == 'store' or page.loginType == null %}
{% else %}
{% endif %}
Welcome back
Sign in to your account
{% for alert in page.alerts %}
{{alert.message}}
{% endfor %}
{# ========== INTERCOM MESSENGER (anonymous) ==========
Replaces the legacy Reamaze widget. No logged-in user exists yet
on the login page, so this boots unauthenticated (no JWT/identity
verification) — same pattern used pre-auth by Intercom's own
install snippet. Once signed in, the identity-verified Messenger
from workspace/partials/intercom-chat.html takes over. #}