{% extends 'core/base.html' %} {% block content %}

{{ credential.name }}

{{ org.name }} · Protected credential view

Back
{{ credential.username|default:'—' }} {{ secret }} {% if totp_seed %} {{ totp_seed }} {% endif %} {% if totp %} {{ totp }} {% if totp_refresh_url %}
Calculating expiration…
{% endif %} {% endif %} {% if credential.url %} {{ credential.url }} {% endif %}

This reveal was written to the audit log. The page should not be cached or shared.

{% endblock %} {% block scripts %} {% if totp_refresh_url %}{% endif %} {% endblock %}