{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}{{ token_type }} has been revoked{% endblock %} {% block section %}

Your {{ token_type }} with value {{ mask_value }} was publicly exposed. {% if more_info %}{{ more_info }}{% endif %}

To protect your account, this token and all related tokens for this application have been revoked. Any application using these tokens will need to be reauthorized.

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