{% extends "base.html" %} {% block title %}Sign in — Agent Firewall{% endblock %} {% block content %}

Approver sign in

Approve or reject high-risk agent tool calls.

{% if error %}
{{ error }}
{% endif %} {% if auth_mode != "local" %}
Auth mode is {{ auth_mode }}. Use your parent app identity / passthrough header.
{% else %}

Demo users come from firewall.yaml (e.g. admin / admin123).

{% endif %}
{% endblock %}