{% extends "base.html" %} {% block meta %} Login Error · Tinybird {% end %} {% block content %} {% if not current_user %} {% include "partials/_header.html" %} {% end %}
{% if error == "access_denied" %}

⚠️ Access denied

Please, contact the support team for more info.

{% elif error == "connection_not_allowed" %}

⚠️ Connection not allowed

You are not allowed to use this connection to log in to Tinybird. Please try to log in using the connection assigned to you.

{% else %}

⚠️ Login error

There has been an error on the login process

{% end %}
{% include "partials/_footer.html" %}
{% end %}