{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}Personal API key has been deactivated{% endblock %} {% block section %}

Your personal API key {{ label }} with value {{ mask_value }} was publicly exposed. {% if more_info %}{{ more_info }}{% endif %}

To protect your account, this key is no longer valid. You can reactivate this key by rolling it.

Roll your key

If the button above doesn't work, paste this link into your browser:
{{ url }}

{% endblock %} {% block preheader %}{{preheader}}{% endblock %}