{% extends "ui/_layout.html" %} {% block title %}Log in — bty-web{% endblock %} {% block content %}

Log in

Paste the bearer token configured as BTY_WEB_TOKEN on the server.

{% if error %}
{{ error }}
{% endif %}
{% endblock %}