{% extends "sentry/emails/base.html" %} {% block main %}
An identity with a third party service provider ({{ identity.provider }}) failed to authenticate and has been removed.
{% if commit_failure %} }You will need to associate your account with {{ identity.provider }} to continue automatically fetching commits for your releases.
{% else %}You will need to associate your account with {{ identity.provider }} to continue using the integration.
{% endif %} {% endblock %} {% block footer %}{% endblock %}