{% extends "base.html" %} {% block title %}Login - {{ app_name }}{% endblock %} {% block content %}

Authentication Required

{% if error %} {% endif %}

Enter the authentication code displayed in the CLI to access the web interface.

This code can only be used once

Localhost only - Single session
The authentication code is displayed when you start the web interface from the CLI
{% endblock %} {% block extra_scripts %} {% endblock %}