{% extends "partials/_html.html" %} {% from "partials/_macros.html" import notice %} {% block title %}Brains Admin · Sign in{% endblock %} {% block body %}
brains · admin

Sign in

Paste your admin key below. The key is generated on first run and stored at ~/.brains/admin-key. View it with brains admin-key show --reveal or rotate it with brains admin-key rotate. You can also override it by setting BRAINS_API_KEY.

{% if error %}{{ notice(error, tone='danger') }}{% endif %}
{% if next_url %}{% endif %}
{% endblock %}