{% extends "auth_base.html" %} {% block title %}Pramagent - Generate new key{% endblock %} {% block card %}
Verified reset

Generate new key

Complete identity verification and replace the old dashboard key.

{% if error %}

{{ error }}

{% endif %} {% if message %}

{{ message }}

{% endif %} {% if not message %}
{% endif %}
Back to sign in
{% endblock %}