Skip to content

Commit

Permalink
Remove 'beta' badge for API tokens on account settings page (#7261)
Browse files Browse the repository at this point in the history
This was declared as out-of-beta in #5661
  • Loading branch information
joerick authored and ewdurbin committed Jan 18, 2020
1 parent 53ab9e3 commit dbffc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/templates/manage/account.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ <h2 class="sub-title">{% trans %}Two factor authentication (2FA){% endtrans %}</
<hr>

<section id="api-tokens">
<h2>{% trans %}API tokens{% endtrans %} <span class="badge badge--warning">{% trans %}Beta feature{% endtrans %}</span></h2>
<h2>{% trans %}API tokens{% endtrans %}</h2>
<p>{% trans %}API tokens provide an alternative way to authenticate when uploading packages to PyPI.{% endtrans %} <a href="/help#apitoken">{% trans %}Learn more about API tokens{% endtrans %}</a>.</p>

{% if user.macaroons|length > 0 %}
Expand Down

0 comments on commit dbffc73

Please sign in to comment.