{% extends "base.html" %} {% block title %}hashgate — login{% endblock %} {% block content %}

Operator login

{% if error %}

{{ error }}

{% endif %}

This is the operator_token from ~/.hashgate/config.toml — a separate secret from the hook token, never present in the agent's environment.

{% endblock %}