{% extends "auth_base.html" %} {% block title %}Pramagent - Sign in{% endblock %} {% block card %}
Pramagent Console

Sign in

Use the email, phone, or admin username tied to your tenant and the generated dashboard key.

{% if error %}

{{ error }}

{% endif %}
{% if signup_enabled or password_reset_enabled %}
{% if signup_enabled %}Create account{% endif %} {% if password_reset_enabled %}Regenerate key{% endif %}
{% endif %}

No browser cache after sign out. Back button returns to login, not protected pages.

{% endblock %}