We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0848875 commit 47ee74bCopy full SHA for 47ee74b
warehouse/templates/manage/manage_base.html
@@ -177,7 +177,7 @@ <h2 class="sub-title">{% trans %}Two factor authentication (2FA){% endtrans %}</
177
{% endif %}
178
179
{% set disabled = not user.has_burned_recovery_codes or not user.has_primary_verified_email %}
180
- {% if not user.has_two_factor %}
+ {% if not disabled and not user.has_two_factor %}
181
<div class="callout-block">
182
<p>
183
{% trans %}
0 commit comments