{% extends "base.html" %} {% block title %} Error Logging in with {{ service_name }} ยท Quay.io {% endblock %} {% block body_content %}

There was an error logging in with {{ service_name }}.

{% if error_message %}
{{ error_message }}
{% endif %} {% if user_creation %}
Please register using the registration form to continue. You will be able to connect your account to your Quay.io account in the user settings.
{% endif %}
{% endblock %}