{# app/templates/storefront/errors/401.html #}
{# 401 Unauthorized error page - prompts login #}
{% extends "storefront/errors/base.html" %}
{% block icon %}🔐{% endblock %}
{% block title %}401 - Authentication Required{% endblock %}
{% block action_buttons %}
Log In
Create Account
{% endblock %}
{% block support_link %}
Don't have an account? Sign up now
{% endblock %}