{% extends "billing/base_billing.html" %} {% block title %}Your Future AGI credentials{% endblock %} {% block preheader %}Temporary credentials for your Future AGI account.{% endblock %} {% block txid %}◦ CREDENTIALS / ISSUED{% endblock %} {% block content %} Access Granted

Your credentials are ready

Sign in to Future AGI with the credentials below. You'll be prompted to rotate your password on first sign-in.

Email {{ email }}
Password {{ password }}
{% include "billing/_button.html" with url=app_url|add:"/auth/jwt/login" text="Sign in →" variant="primary" %}

If you didn't request these credentials, contact Future AGI support immediately.

{% endblock %}