{% extends "base.html" %} {% block title %}vezir — sign in{% endblock %} {% block content %}

Sign in

Paste your VEZIR_TOKEN below. Your scribe client (CLI or GUI) was given this token when it was issued. Tokens are not recoverable; if you've lost it, ask the operator to issue a new one.

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

{% endblock %}